Don't log whether we're using iptables --random-fully

This commit is contained in:
Dan Winship
2020-03-20 08:06:27 -04:00
parent ede025af1b
commit 8edd656238
3 changed files with 0 additions and 9 deletions

View File

@@ -908,9 +908,6 @@ func (proxier *Proxier) syncProxyRules() {
}
if proxier.iptables.HasRandomFully() {
masqRule = append(masqRule, "--random-fully")
klog.V(3).Info("Using `--random-fully` in the MASQUERADE rule for iptables")
} else {
klog.V(3).Info("Not using `--random-fully` in the MASQUERADE rule for iptables because the local version of iptables does not support it")
}
writeLine(proxier.natRules, masqRule...)