kubernetes/cmd/kube-proxy/app
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
..
conntrack.go logging: fix names of keys 2023-01-23 14:24:29 +01:00
init_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
init_windows.go Fix health check from Google's Load Balancer 2022-03-11 22:34:59 -08:00
server_others_test.go Remove unnecessary utiliptables.Interface arg from local detectors 2023-07-05 09:11:23 -04:00
server_others.go Remove unnecessary utiliptables.Interface arg from local detectors 2023-07-05 09:11:23 -04:00
server_test.go Double-check the proxy configuration vs the available IP families 2023-07-03 08:34:06 -04:00
server_windows.go Figure out single-stack/dual-stack support before creating the proxier 2023-06-30 17:43:04 -04:00
server.go Double-check the proxy configuration vs the available IP families 2023-07-03 08:34:06 -04:00