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.
2 parents 35e0f17 + 9e6a687 commit f71cfdfCopy full SHA for f71cfdf
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