Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf_metadata: remove outdated comment
This commit removes an outdated comment about Ingress IP handling. Currently, the existence of an Ingress source IP with the right IP family is validated in the config. See ``` const Network::Address::Ip* ingress_ip = selectIPVersion(sip->version(), source_addresses); if (!ingress_ip) { // IP family of the connection has no configured local ingress source address ENVOY_LOG( warn, "cilium.bpf_metadata (north/south L7 LB): No local Ingress IP source address configured " "for the family of {}", sip->addressAsString()); return nullptr; } ``` Signed-off-by: Marco Hofstetter <[email protected]>
- Loading branch information