21 lines
723 B
Diff
21 lines
723 B
Diff
|
diff -up iptables-1.3.8/include/linux/netfilter_ipv6/ip6t_REJECT.h.reject_type iptables-1.3.8/include/linux/netfilter_ipv6/ip6t_REJECT.h
|
||
|
--- iptables-1.3.8/include/linux/netfilter_ipv6/ip6t_REJECT.h.reject_type 2007-09-24 16:48:21.000000000 +0200
|
||
|
+++ iptables-1.3.8/include/linux/netfilter_ipv6/ip6t_REJECT.h 2007-09-24 17:20:45.000000000 +0200
|
||
|
@@ -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*/
|