summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php13
1 files changed, 8 insertions, 5 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 80a57ba..1ce53d4 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -525,15 +525,18 @@ Hint: the difference between block and reject is that with reject, a packet (TCP
$icmptypes = array(
"" => "any",
- "unreach" => "Destination unreachable",
- "echoreq" => "Echo",
"echorep" => "Echo reply",
+ "unreach" => "Destination unreachable",
"squench" => "Source quench",
"redir" => "Redirect",
+ "althost" => "Alternate Host",
+ "echoreq" => "Echo",
+ "routeradv" => "Router advertisement",
+ "routersol" => "Router solicitation",
"timex" => "Time exceeded",
- "paramprob" => "Parameter problem",
- "timest" => "Timestamp",
- "timestrep" => "Timestamp reply",
+ "paramprob" => "Invalid IP header",
+ "timereq" => "Timestamp",
+ "timerep" => "Timestamp reply",
"inforeq" => "Information request",
"inforep" => "Information reply",
"maskreq" => "Address mask request",
OpenPOWER on IntegriCloud