kubernetes/pkg/proxy/iptables
Dan Winship e2900da46a Remove unnecessary utiliptables.Interface arg from local detectors
getLocalDetector() used to pass a utiliptables.Interface to
NewDetectLocalByCIDR() so that NewDetectLocalByCIDR() could verify
that the passed-in CIDR was of the same family as the iptables
interface. It would make more sense for getLocalDetector() to verify
this itself and just *not call NewDetectLocalByCIDR* if the families
don't match, and that's what the code does now. So there's no longer
any need to pass the utiliptables.Interface to the local detector.
2023-07-05 09:11:23 -04:00
..
number_generated_rules_test.go Duplicate the "anti-martian-packet" rule in kube-proxy 2022-12-29 16:24:58 -05:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier_test.go Remove unnecessary utiliptables.Interface arg from local detectors 2023-07-05 09:11:23 -04:00
proxier.go Squash detectNodeIP and nodeIPTuple together 2023-06-06 20:48:00 -04:00