summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-20 08:46:49 +0000
committerErmal <eri@pfsense.org>2012-11-20 08:46:49 +0000
commitd680caf25b050b212aae7cf65250be368b82d539 (patch)
tree980faf6c16d73dd8cf5387f0e8a83a7c622dc728 /etc
parent6a68440b8a4fec4b6a5689553e27519e540f2643 (diff)
downloadpfsense-d680caf25b050b212aae7cf65250be368b82d539.zip
pfsense-d680caf25b050b212aae7cf65250be368b82d539.tar.gz
Do not process ip options by default this is 2012
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index cba67d3..fc63395 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -143,7 +143,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"net.inet.icmp.icmplim" => "0",
"vfs.read_max" => "32",
"kern.ipc.maxsockbuf" => "4262144",
- "debug.pfftpproxy" => "0"
+ "debug.pfftpproxy" => "0",
+ "net.inet.ip.process_options" => 0
);
$config_parsed = false;
OpenPOWER on IntegriCloud