summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-28 02:42:51 +0000
committerBill Marquette <billm@pfsense.org>2005-02-28 02:42:51 +0000
commitec4940b96817473480dd67941d0012bf9442cda6 (patch)
tree0323cf1184db0c3f269b6d22011661d2c2afc57d /usr
parent8361098bdfeb8b8eaf081324e5d6ef408c24dfbf (diff)
downloadpfsense-ec4940b96817473480dd67941d0012bf9442cda6.zip
pfsense-ec4940b96817473480dd67941d0012bf9442cda6.tar.gz
clean up ICMP types
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