We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975d073 commit 9e6a687Copy full SHA for 9e6a687
pkg/proxy/ipvs/proxier.go
@@ -111,6 +111,7 @@ var iptablesChains = []struct {
111
{utiliptables.TableNAT, KubeNodePortChain},
112
{utiliptables.TableNAT, KubeLoadBalancerChain},
113
{utiliptables.TableNAT, KubeMarkMasqChain},
114
+ {utiliptables.TableNAT, KubeMarkDropChain},
115
{utiliptables.TableFilter, KubeForwardChain},
116
}
117
0 commit comments