summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-08 18:45:10 +0000
committerErmal <eri@pfsense.org>2010-12-08 18:45:33 +0000
commit4f76b144b0885b9a407db026723bb61f568effc3 (patch)
tree0b3a124d0d709d9e90baf84da4342a56b6a1f633 /etc/inc/system.inc
parent8ab82decf758be7e9de85391ea95ee421615dc81 (diff)
downloadpfsense-4f76b144b0885b9a407db026723bb61f568effc3.zip
pfsense-4f76b144b0885b9a407db026723bb61f568effc3.tar.gz
Get rid of fastforwarding since it is not maintained from long time. Courtesy-of: battlez_ IRC
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index f249256..63cf2c8 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -306,11 +306,6 @@ function system_routing_configure($interface = "") {
echo "system_routing_configure() being called $mt\n";
}
- /* Enable fast routing, if enabled */
- /* XXX: More checks need to be done for subsystems that are not compatibel with fast routing. */
- if(isset($config['staticroutes']['enablefastrouting']) && !isset($config['ipsec']['enable']))
- mwexec("/sbin/sysctl net.inet.ip.fastforwarding=1");
-
$gatewayip = "";
$interfacegw = "";
$foundgw = false;
OpenPOWER on IntegriCloud