From 76898750b9a6795a9846f4e56bb3edd95e76dabf Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Wed, 15 Oct 2014 22:37:41 +0200 Subject: haproxy-devel, fix setting sysctl net.inet.ip.fw.one_pass=1 --- config/haproxy-devel/haproxy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/haproxy-devel/haproxy.inc') diff --git a/config/haproxy-devel/haproxy.inc b/config/haproxy-devel/haproxy.inc index 6cfef4fe..e239ab8c 100644 --- a/config/haproxy-devel/haproxy.inc +++ b/config/haproxy-devel/haproxy.inc @@ -1247,7 +1247,7 @@ function haproxy_load_modules() { } /* Activate layer2 filtering */ - mwexec("/sbin/sysctl net.link.ether.ipfw=1 /sbin/net.inet.ip.fw.one_pass=1"); + mwexec("/sbin/sysctl net.link.ether.ipfw=1 net.inet.ip.fw.one_pass=1"); unmute_kernel_msgs(); } -- cgit v1.2.3