kubernetes/pkg/util/iptables
Mike Spreitzer d86d1defa1 Made IPVS and iptables modes of kube-proxy fully randomize masquerading if possible
Work around Linux kernel bug that sometimes causes multiple flows to
get mapped to the same IP:PORT and consequently some suffer packet
drops.

Also made the same update in kubelet.

Also added cross-pointers between the two bodies of code, in comments.

Some day we should eliminate the duplicate code.  But today is not
that day.
2019-09-01 22:07:30 -04:00
..
testing Made IPVS and iptables modes of kube-proxy fully randomize masquerading if possible 2019-09-01 22:07:30 -04:00
BUILD iptables: simplify version handling 2019-08-01 12:05:31 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
iptables_linux.go expose lock release error from iptables util 2017-07-05 14:31:24 -07:00
iptables_test.go iptables: simplify version handling 2019-08-01 12:05:31 -04:00
iptables_unsupported.go util/iptables: fix cross-build failures due to syscall.Flock() 2017-05-14 23:37:52 -05:00
iptables.go Made IPVS and iptables modes of kube-proxy fully randomize masquerading if possible 2019-09-01 22:07:30 -04:00
OWNERS Merge pull request #72185 from dcbw/owners-label-sig-network 2019-02-08 10:36:16 -08:00
save_restore_test.go Optimize iptables 2018-07-06 14:25:56 +02:00
save_restore.go Better error message if panic occurs during iptables-save output parsing 2019-05-28 11:38:27 +02:00