summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-06-01 16:53:18 -0400
committerjim-p <jimp@pfsense.org>2011-06-01 16:54:42 -0400
commita01ce4c764cbdbfe4a83f9b79bf0a4394e6be016 (patch)
treef2550e36b3026d2ce0543c35aca1f760d3434879 /usr/local/www/firewall_rules.php
parentf4645d7f48536903d9426137c99438fd0c25a080 (diff)
downloadpfsense-a01ce4c764cbdbfe4a83f9b79bf0a4394e6be016.zip
pfsense-a01ce4c764cbdbfe4a83f9b79bf0a4394e6be016.tar.gz
Make the ICMP echo request type less ambiguous, and since it's likely the main one to get used, move it to the top.
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 daf577a..82d0323 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