• Hong Zhiguo's avatar
    ipvs: remove duplicated masq rules · 0e6f0736
    Hong Zhiguo authored
    Duplicated masq rules are created by current implementation:
    
        -A KUBE-NODE-PORT -m comment --comment "mark MASQ for
    externaltrafficpolicy=cluster" -j KUBE-MARK-MASQ
        -A KUBE-NODE-PORT -j KUBE-MARK-MASQ
    
    The last one is always there. So the one inside if statement could
    just be removed.
    0e6f0736
Name
Last commit
Last update
..
testing Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
ipset.go Loading commit data...
ipset_test.go Loading commit data...
netlink.go Loading commit data...
netlink_linux.go Loading commit data...
netlink_unsupported.go Loading commit data...
proxier.go Loading commit data...
proxier_test.go Loading commit data...