patch-2.1.16 linux/include/linux/icmp.h

Next file: linux/include/linux/if_pppvar.h
Previous file: linux/include/linux/hdlcdrv.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.15/linux/include/linux/icmp.h linux/include/linux/icmp.h
@@ -30,6 +30,7 @@
 #define ICMP_INFO_REPLY		16	/* Information Reply		*/
 #define ICMP_ADDRESS		17	/* Address Mask Request		*/
 #define ICMP_ADDRESSREPLY	18	/* Address Mask Reply		*/
+#define NR_ICMP_TYPES		18
 
 
 /* Codes for UNREACH. */
@@ -49,7 +50,7 @@
 #define ICMP_PKT_FILTERED	13	/* Packet filtered */
 #define ICMP_PREC_VIOLATION	14	/* Precedence violation */
 #define ICMP_PREC_CUTOFF	15	/* Precedence cut off */
-#define NR_ICMP_UNREACH	15	  /* instead of hardcoding immediate value */
+#define NR_ICMP_UNREACH		15	/* instead of hardcoding immediate value */
 
 /* Codes for REDIRECT. */
 #define ICMP_REDIR_NET		0	/* Redirect Net			*/

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov