kubernetes/pkg/proxy
Tim Hockin e925deccb0 Fix iptables for old systems
The iptables args list needs to include all fields as they are eventually spit
out by iptables-save.  This is because some systems do not support the
'iptables -C' arg, and so fall back on parsing iptables-save output.  If this
does not match, it will not pass the check.  For example: adding the /32 on
the destination IP arg is not strictly required, but causes this list to not
match the final iptables-save output.  This is fragile and I hope one day we
can stop supporting such old iptables versions.
2014-11-26 12:50:44 -08:00
..
config fix 'go vet' warnings 2014-11-21 09:45:28 +08:00
doc.go proxy: fixing linting errors. 2014-07-10 22:36:06 -07:00
loadbalancer.go Unify Godoc formatting, fix various typos 2014-09-02 13:41:03 +02:00
proxier.go Fix iptables for old systems 2014-11-26 12:50:44 -08:00
proxier_test.go Merge pull request #2147 from justinsb/ipv6 2014-11-14 10:34:37 -08:00
roundrobin.go Rename ID -> Name 2014-10-22 15:00:26 -04:00
roundrobin_test.go Refactor tests to split ObjectMeta from TypeMeta 2014-10-24 11:22:21 -04:00
udp_server.go Clean up error logs. 2014-11-21 09:45:26 +08:00