• Nicolas Bigler's avatar
    Fix duplicate comment in iptables rule for non-local public-port rule · defdd80c
    Nicolas Bigler authored
    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.
    defdd80c
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
loadbalancer.go Loading commit data...
port_allocator.go Loading commit data...
port_allocator_test.go Loading commit data...
proxier.go Loading commit data...
proxier_test.go Loading commit data...
proxysocket.go Loading commit data...
rlimit.go Loading commit data...
rlimit_windows.go Loading commit data...
roundrobin.go Loading commit data...
roundrobin_test.go Loading commit data...