summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-24 21:39:16 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-24 21:39:16 +0100
commitec5753e7563c31e843a503d17f78487a2d156c78 (patch)
tree783cd0f7587e1425520b322784881e673d40cc5f /etc/inc/globals.inc
parente550188fd665ffccc5f4db130ff8912b610e71c4 (diff)
downloadpfsense-ec5753e7563c31e843a503d17f78487a2d156c78.zip
pfsense-ec5753e7563c31e843a503d17f78487a2d156c78.tar.gz
The net.inet6.ip6.rfc6204w3 needs to be 1 for dhcpv6 to work correctly. Fixes #3361
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 471a10e..67050d1 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -154,6 +154,7 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"net.bpf.zerocopy_enable" => 1,
"net.inet.icmp.reply_from_interface" => 1,
"vfs.forcesync" => "0",
+ "net.inet6.ip6.rfc6204w3" => 1,
"net.enc.out.ipsec_bpf_mask" => "0x0001",
"net.enc.out.ipsec_filter_mask" => "0x0001",
"net.enc.in.ipsec_bpf_mask" => "0x0002",
OpenPOWER on IntegriCloud