[netfilter-cvslog] r7009 - trunk/iptables/include/linux/netfilter_ipv6

kaber at trash.net kaber at trash.net
Thu Aug 23 18:39:36 CEST 2007


Author: kaber at trash.net
Date: 2007-08-23 18:39:36 +0200 (Thu, 23 Aug 2007)
New Revision: 7009

Modified:
   trunk/iptables/include/linux/netfilter_ipv6/ip6t_REJECT.h
Log:
Resync ip6t_REJECT.h with kernel - seems the entire time we had an imcompatible
header :(

Noticed by Peter Riley <Peter.Riley at hotpop.com>


Modified: trunk/iptables/include/linux/netfilter_ipv6/ip6t_REJECT.h
===================================================================
--- trunk/iptables/include/linux/netfilter_ipv6/ip6t_REJECT.h	2007-08-09 18:08:33 UTC (rev 7008)
+++ trunk/iptables/include/linux/netfilter_ipv6/ip6t_REJECT.h	2007-08-23 16:39:36 UTC (rev 7009)
@@ -4,13 +4,15 @@
 enum ip6t_reject_with {
 	IP6T_ICMP6_NO_ROUTE,
 	IP6T_ICMP6_ADM_PROHIBITED,
+	IP6T_ICMP6_NOT_NEIGHBOUR,
 	IP6T_ICMP6_ADDR_UNREACH,
 	IP6T_ICMP6_PORT_UNREACH,
+	IP6T_ICMP6_ECHOREPLY,
 	IP6T_TCP_RESET
 };
 
 struct ip6t_reject_info {
-	enum ip6t_reject_with with;      /* reject type */
+	u_int32_t	with;	/* reject type */
 };
 
 #endif /*_IP6T_REJECT_H*/




More information about the netfilter-cvslog mailing list