Merge pull request #14611 from MikaelCluseau/wip-optional-sysctl

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-10-01 00:28:38 -07:00
commit fb4882620f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ func NewProxier(ipt utiliptables.Interface, exec utilexec.Interface, syncPeriod
// care about.
exec.Command("modprobe", "br-netfilter").CombinedOutput()
if err := setSysctl(sysctlBridgeCallIptables, 1); err != nil {
return nil, fmt.Errorf("can't set sysctl %s: %v", sysctlBridgeCallIptables, err)
glog.Warningf("can't set sysctl %s: %v", sysctlBridgeCallIptables, err)
}
return &Proxier{