projectcalico / vpp-dataplane

VPP dataplane implementation for Calico
Apache License 2.0
146 stars 38 forks source link

agent: fix nodeport service snat #622

Closed hedibouattour closed 1 year ago

hedibouattour commented 1 year ago

We snat when endpoint is not local, no need to do it when it is local. This is for the returned traffic to pass by the node.

hedibouattour commented 1 year ago

snat should be applied only in non-local endpoint cases, for nodeport services