Files
kubernetes/pkg/proxy
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
..
2023-05-05 14:29:24 +05:30
2023-05-11 16:43:38 +00:00
2023-05-09 18:19:00 -04:00
2016-07-16 13:48:21 -04:00
2023-05-05 14:29:23 +05:30
2023-05-05 14:29:23 +05:30
2023-05-05 14:29:23 +05:30