mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make the ICMP echo request type less ambiguous, and since it's likely the main one to get used, move it to the top.
This commit is contained in:
parent
f4645d7f48
commit
a01ce4c764
@ -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"),
|
||||
|
||||
@ -746,12 +746,12 @@ include("head.inc");
|
||||
<?php
|
||||
$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"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user