Skip to content

Commit f0e01bc

Browse files
committed
Change log level to 3 when --random-fully is not supported
1 parent 1534443 commit f0e01bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/proxy/iptables/proxier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ func (proxier *Proxier) syncProxyRules() {
869869
masqRule = append(masqRule, "--random-fully")
870870
klog.V(3).Info("Using `--random-fully` in the MASQUERADE rule for iptables")
871871
} else {
872-
klog.V(2).Info("Not using `--random-fully` in the MASQUERADE rule for iptables because the local version of iptables does not support it")
872+
klog.V(3).Info("Not using `--random-fully` in the MASQUERADE rule for iptables because the local version of iptables does not support it")
873873
}
874874
writeLine(proxier.natRules, masqRule...)
875875

0 commit comments

Comments
 (0)