summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-3.local>2009-12-20 22:58:09 -0500
committerChris Buechler <cmb@cmb-macbook-pro-3.local>2009-12-20 22:58:09 -0500
commit92373f5b55bffe82386df45fa7df4807fe12a4d3 (patch)
treebc677be0314a0d50f409f918bcae7bbc36c5a704 /etc
parent81f256c0b800c55f60342e72f1f395560b35616a (diff)
downloadpfsense-92373f5b55bffe82386df45fa7df4807fe12a4d3.zip
pfsense-92373f5b55bffe82386df45fa7df4807fe12a4d3.tar.gz
this just duplicates the PPP interface, as it's handled above
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 4ab0a83..3c3ee60 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -641,6 +641,7 @@ function filter_generate_optcfg_array()
$FilterIflist[$ifgen['ifname']] = $oc;
}
}
+ /* this just duplicates the PPP interface, as it's handled above
if($config['ppps']) {
$ppp=0;
foreach($config['ppps']['ppp'] as $ifgen) {
@@ -667,6 +668,7 @@ function filter_generate_optcfg_array()
}
}
}
+ */
}
function filter_flush_nat_table()
OpenPOWER on IntegriCloud