Skip to content

Commit f71cfdf

Browse files
authored
Merge pull request kubernetes#82214 from Nordix/issue-80462
Ensure the KUBE-MARK-DROP chain in kube-proxy mode=ipvs
2 parents 35e0f17 + 9e6a687 commit f71cfdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/proxy/ipvs/proxier.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ var iptablesChains = []struct {
111111
{utiliptables.TableNAT, KubeNodePortChain},
112112
{utiliptables.TableNAT, KubeLoadBalancerChain},
113113
{utiliptables.TableNAT, KubeMarkMasqChain},
114+
{utiliptables.TableNAT, KubeMarkDropChain},
114115
{utiliptables.TableFilter, KubeForwardChain},
115116
}
116117

0 commit comments

Comments
 (0)