kubernetes/pkg/proxy/util/iptables
Surya Seetharaman 5632991115 Local Traffic Detector: Add two new modes
This PR introduces two new modes for detecting
local traffic in a cluster.
1) detectLocalByBridgeInterface: This takes a bridge name
as argument and decides all traffic that match on their
originating interface being that of this bridge, shall be
considered as local pod traffic.
2) detectLocalByInterfaceNamePrefix: This takes an interface prefix
name as argument and decides all traffic that match on their
originating interface names having a prefix that matches this
argument shall be considered as local pod traffic.

Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
2022-03-25 20:06:06 +01:00
..
traffic_test.go Local Traffic Detector: Add two new modes 2022-03-25 20:06:06 +01:00
traffic.go Local Traffic Detector: Add two new modes 2022-03-25 20:06:06 +01:00