From 16348d265e815d486ac99b8d0a4df6ad4efff1d0 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 24 May 2016 13:17:09 +0200 Subject: [PATCH] (firewall, ui) remove IPV6 as valid protocol selection --- src/www/firewall_nat_edit.php | 2 +- src/www/firewall_nat_out_edit.php | 2 +- src/www/firewall_rules_edit.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/www/firewall_nat_edit.php b/src/www/firewall_nat_edit.php index 68777c0cd..9adb990de 100644 --- a/src/www/firewall_nat_edit.php +++ b/src/www/firewall_nat_edit.php @@ -618,7 +618,7 @@ $( document ).ready(function() {
- gettext("any"), "TCP" => gettext("TCP"), "UDP" => gettext("UDP"), "TCP/UDP" => gettext("TCP/UDP"), "ICMP" => gettext("ICMP"), "ESP" => gettext("ESP"), "AH" => gettext("AH"), "GRE" => gettext("GRE"), "IPV6" => gettext("IPV6"), "IGMP" => gettext("IGMP"), "PIM" => gettext("PIM"), " OSPF" => gettext("OSPF")) as $proto => $proto_translated): + gettext("any"), "TCP" => gettext("TCP"), "UDP" => gettext("UDP"), "TCP/UDP" => gettext("TCP/UDP"), "ICMP" => gettext("ICMP"), "ESP" => gettext("ESP"), "AH" => gettext("AH"), "GRE" => gettext("GRE"), "IGMP" => gettext("IGMP"), "PIM" => gettext("PIM"), " OSPF" => gettext("OSPF")) as $proto => $proto_translated): ?> diff --git a/src/www/firewall_rules_edit.php b/src/www/firewall_rules_edit.php index da4df6766..72517046e 100644 --- a/src/www/firewall_rules_edit.php +++ b/src/www/firewall_rules_edit.php @@ -837,7 +837,7 @@ include("head.inc");