summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-02-01 20:16:18 +0000
committerErmal Luçi <eri@pfsense.org>2009-02-01 20:16:18 +0000
commit250d0ff4ec68305dc942b135888858c9413ae75f (patch)
tree3c71f20b6c66bd63df282ae063ab9e22756fc2e4 /usr/local/www/firewall_rules_edit.php
parent22f81828b1712766258fb9d0636b32f3a675f853 (diff)
downloadpfsense-250d0ff4ec68305dc942b135888858c9413ae75f.zip
pfsense-250d0ff4ec68305dc942b135888858c9413ae75f.tar.gz
Remove the 'L2TP clients' option on firewall src/dst address cause it does not make sense without a subnet.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 6c618fb..cae0389 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -724,9 +724,6 @@ include("head.inc");
<?php if(have_ruleint_access("lan")): ?>
<option value="lan" <?php if ($pconfig['src'] == "lan") { echo "selected"; } ?>>LAN subnet</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 if(have_ruleint_access("pptp")): ?>
<option value="pptp" <?php if ($pconfig['src'] == "pptp") { echo "selected"; } ?>>PPTP clients</option>
<?php endif; ?>
@@ -875,9 +872,6 @@ include("head.inc");
<?php if(have_ruleint_access("lan")): ?>
<option value="lan" <?php if ($pconfig['dst'] == "lan") { echo "selected"; } ?>>LAN subnet</option>
<?php endif; ?>
- <?php if(have_ruleint_access("l2tp")): ?>
- <option value="l2tp" <?php if ($pconfig['dst'] == "l2tp") { echo "selected"; } ?>>L2TP clients</option>
- <?php endif; ?>
<?php if(have_ruleint_access("pptp")): ?>
<option value="pptp" <?php if ($pconfig['dst'] == "pptp") { echo "selected"; } ?>>PPTP clients</option>
<?php endif; ?>
OpenPOWER on IntegriCloud