kubernetes/pkg/proxy/iptables
Dan Winship 813aca47af proxy/iptables: fix firewall rules with multiple LB IPs
The various loops in the LoadBalancer rule section were mis-nested
such that if a service had multiple LoadBalancer IPs, we would write
out the firewall rules multiple times (and the allowFromNode rule for
the second and later IPs would end up being written after the "else
DROP" rule from the first IP).
2022-05-05 10:58:09 -04:00
..
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxier_test.go proxy/iptables: fix firewall rules with multiple LB IPs 2022-05-05 10:58:09 -04:00
proxier.go proxy/iptables: fix firewall rules with multiple LB IPs 2022-05-05 10:58:09 -04:00