summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-06-01 16:56:04 -0400
committerjim-p <jimp@pfsense.org>2011-06-01 16:56:04 -0400
commitee0cf21f7c71cc0d7630a0d607b1082424dc725b (patch)
tree15b4f5962bcf5d2646b0ed902772f4bdb89f35bd /usr/local/www/firewall_rules.php
parent7af360ceef203eedbeed61dff7b89f25b5fc9e48 (diff)
parenta01ce4c764cbdbfe4a83f9b79bf0a4394e6be016 (diff)
downloadpfsense-ee0cf21f7c71cc0d7630a0d607b1082424dc725b.zip
pfsense-ee0cf21f7c71cc0d7630a0d607b1082424dc725b.tar.gz
Merge remote branch 'upstream/master'
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 81be4d4..1aaea16 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -126,12 +126,12 @@ if($_REQUEST['dragdroporder']) {
$icmptypes = array(
"" => gettext("any"),
+ "echoreq" => gettext("Echo request"),
"echorep" => gettext("Echo reply"),
"unreach" => gettext("Destination unreachable"),
"squench" => gettext("Source quench"),
"redir" => gettext("Redirect"),
"althost" => gettext("Alternate Host"),
- "echoreq" => gettext("Echo"),
"routeradv" => gettext("Router advertisement"),
"routersol" => gettext("Router solicitation"),
"timex" => gettext("Time exceeded"),
OpenPOWER on IntegriCloud