Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct comment Service6Key and Service4Key #17271

Merged
merged 1 commit into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/maps/lbmap/ipv4.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (in *pad2uint8) DeepCopyInto(out *pad2uint8) {
return
}

// Service4Key must match 'struct lb4_key_v2' in "bpf/lib/common.h".
// Service4Key must match 'struct lb4_key' in "bpf/lib/common.h".
// +k8s:deepcopy-gen=true
// +k8s:deepcopy-gen:interfaces=github.com/cilium/cilium/pkg/bpf.MapKey
type Service4Key struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/maps/lbmap/ipv6.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (v *RevNat6Value) ToHost() RevNatValue {
return &h
}

// Service6Key must match 'struct lb6_key_v2' in "bpf/lib/common.h".
// Service6Key must match 'struct lb6_key' in "bpf/lib/common.h".
// +k8s:deepcopy-gen=true
// +k8s:deepcopy-gen:interfaces=github.com/cilium/cilium/pkg/bpf.MapKey
type Service6Key struct {
Expand Down