diff options
author | jim-p <jimp@pfsense.org> | 2015-03-04 07:22:36 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2015-03-04 07:22:36 -0500 |
commit | a832806cba853262bac7a189954102e0a67a5511 (patch) | |
tree | 5f1a577bcdfd496864e37d0ffc1cacaac4ed205f /etc | |
parent | 227e21466ba921c3f79afa6594b83f63624b4f68 (diff) | |
download | pfsense-a832806cba853262bac7a189954102e0a67a5511.zip pfsense-a832806cba853262bac7a189954102e0a67a5511.tar.gz |
Add missing comma. Fixes #4485
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 1c8c4d4..05eee58 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -165,7 +165,7 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024", "net.enc.out.ipsec_bpf_mask" => "0x0001", "net.enc.out.ipsec_filter_mask" => "0x0001", "net.enc.in.ipsec_bpf_mask" => "0x0002", - "net.enc.in.ipsec_filter_mask" => "0x0002" + "net.enc.in.ipsec_filter_mask" => "0x0002", "net.inet.carp.senderr_demotion_factor" => 0, /* Do not demote CARP for interface send errors */ "net.pfsync.carp_demotion_factor" => 0 /* Do not demote CARP for pfsync errors */ ); |