summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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