summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-11-20 08:47:25 +0000
committerErmal <eri@pfsense.org>2012-11-20 08:47:25 +0000
commitd8e738637807d5f52068995a1f8a37c5b53f6b47 (patch)
treeeb96d9cf22d96a593e6510055d52b7c3a3afe9dd /etc/inc/globals.inc
parent3dc69d374dcfa39094b0332e2516d3ae68467cfa (diff)
downloadpfsense-d8e738637807d5f52068995a1f8a37c5b53f6b47.zip
pfsense-d8e738637807d5f52068995a1f8a37c5b53f6b47.tar.gz
Do not process ip options by default this is 2012
Diffstat (limited to 'etc/inc/globals.inc')
-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 f4d01ed..74b2876 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -144,7 +144,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