diff options
author | jim-p <jimp@pfsense.org> | 2014-10-15 16:54:36 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-10-15 16:54:36 -0400 |
commit | 340e5365476f1465a083daca6709bd43caa7a0cb (patch) | |
tree | 6a13c8c46cf517b4b3a4d45d2b679d2597f97fb0 /config | |
parent | f1ff068d2517182ff44a1b0c413e378c3217a191 (diff) | |
parent | 76898750b9a6795a9846f4e56bb3edd95e76dabf (diff) | |
download | pfsense-packages-340e5365476f1465a083daca6709bd43caa7a0cb.tar.gz pfsense-packages-340e5365476f1465a083daca6709bd43caa7a0cb.tar.bz2 pfsense-packages-340e5365476f1465a083daca6709bd43caa7a0cb.zip |
Merge pull request #719 from PiBa-NL/haproxy_1.5.3_extra
Diffstat (limited to 'config')
-rw-r--r-- | config/haproxy-devel/haproxy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |