Subject: Why no support for ICMP_UNREACH_ADMIN_PROHIBIT?
To: NetBSD Network <tech-net@netbsd.org>
From: Bryan P <u19@terran.org>
List: tech-net
Date: 02/25/2004 15:34:08
Hello,

Why not:

Index: ip_icmp.c
===================================================================
RCS file: /cvsroot/src/sys/netinet/ip_icmp.c,v
retrieving revision 1.81
diff -u -r1.81 ip_icmp.c
--- ip_icmp.c	4 Dec 2003 19:38:24 -0000	1.81
+++ ip_icmp.c	25 Feb 2004 23:33:00 -0000
@@ -466,6 +466,7 @@
 			case ICMP_UNREACH_ISOLATED:
 			case ICMP_UNREACH_HOST_PROHIB:
 			case ICMP_UNREACH_TOSHOST:
+			case ICMP_UNREACH_ADMIN_PROHIBIT:
 				code = PRC_UNREACH_HOST;
 				break;

?

-bp
--