kubernetes/pkg/proxy/userspace
Nicolas Bigler defdd80cbd
Fix duplicate comment in iptables rule for non-local public-port rule
When kubernetes creates an iptable rule for "from-non-local public-port"
rule the rule gets created with two identical comment section.

The function `iptablesNonLocalNodePortArgs` creates a list of arguments
for the rule from iptablesCommonPortalArgs function. This function
already appends the arguments for the rules comments and therefore does
not require appending the comment again.
2018-04-12 18:10:16 +02:00
..
BUILD update bazel 2018-03-09 09:23:33 +08:00
loadbalancer.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
port_allocator_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
port_allocator.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
proxier_test.go userspace: move udp echo server to proxier_test.go 2018-03-09 09:22:30 +08:00
proxier.go Fix duplicate comment in iptables rule for non-local public-port rule 2018-04-12 18:10:16 +02:00
proxysocket.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
rlimit_windows.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
rlimit.go switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
roundrobin_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
roundrobin.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00