kubernetes/pkg/proxy/iptables
Dan Winship d43878f970 Put all iptables nodeport address handling in one place
For some reason we were calculating the available nodeport IPs at the
top of syncProxyRules even though we didn't use them until the end.
(Well, the previous code avoided generating KUBE-NODEPORTS chain rules
if there were no node IPs available, but that case is considered an
error anyway, so there's no need to optimize it.)

(Also fix a stale `err` reference exposed by this move.)
2023-02-22 08:30:36 -05: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 Merge pull request #114470 from danwinship/kep-3178-fixups 2023-02-21 14:24:08 -08:00
proxier.go Put all iptables nodeport address handling in one place 2023-02-22 08:30:36 -05:00