summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-01 17:12:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-01 17:12:12 +0000
commit3f351350f2cfce985cc8dc583a1edf4fd396951f (patch)
treee7f4e9a67cbe8175d96823abe6b5fe68cd93ef20 /usr
parentc920cf13fe1817a46ba4219db37540b0a0525c21 (diff)
downloadpfsense-3f351350f2cfce985cc8dc583a1edf4fd396951f.zip
pfsense-3f351350f2cfce985cc8dc583a1edf4fd396951f.tar.gz
Remove IPV6 operations.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 76f3ba6..c188a84 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -408,7 +408,7 @@ include("head.inc");
<td width="78%" class="vtable">
<select name="proto" class="formfld" onchange="proto_change()">
<?php
- $protocols = explode(" ", "TCP UDP TCP/UDP ICMP IPV6-ICMP ESP AH GRE IPv6 IGMP any carp pfsync");
+ $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IGMP any carp pfsync");
foreach ($protocols as $proto): ?>
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected"; ?>><?=htmlspecialchars($proto);?></option>
<?php endforeach; ?>
OpenPOWER on IntegriCloud