summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-07 11:03:47 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-07 11:03:47 +0000
commit8a6bc5051be1831a77e526a16bee133cb36cce8a (patch)
tree1cb64405e4ccd8c5fffcab8cce32dca9f362051e /usr
parent4d828a9a8462389f1decbb4412818a486ed968f0 (diff)
downloadpfsense-8a6bc5051be1831a77e526a16bee133cb36cce8a.zip
pfsense-8a6bc5051be1831a77e526a16bee133cb36cce8a.tar.gz
Add l2tp
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 4cd2d82..0d6fadc 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -659,6 +659,9 @@ include("head.inc");
<?php if(have_ruleint_access("pppoe")): ?>
<option value="pppoe" <?php if ($pconfig['src'] == "pppoe") { echo "selected"; } ?>>PPPoE clients</option>
<?php endif; ?>
+ <?php if(have_ruleint_access("l2tp")): ?>
+ <option value="l2tp" <?php if ($pconfig['src'] == "l2tp") { echo "selected"; } ?>>L2TP clients</option>
+ <?php endif; ?>
<?php
$ifdisp = get_configured_interface_with_descr();
foreach ($ifdisp as $ifent => $ifdesc): ?>
OpenPOWER on IntegriCloud