search for: legal_icmpv6_list

Displaying 1 result from an estimated 1 matches for "legal_icmpv6_list".

2011 Nov 16
1
[Bug 761] New: Bug in ICMPv6 type and code fields processing
...ement (NDP) 135/0 # Neighbor Solicitation (NDP) 136/0 # Neighbor Advertisement (NDP) ) ICMPV6_LEGAL_DEST=( ::1 # Localhost 2000::/3 # Global Unicast addrs fe80::/10 # Link-local Unicast addrs ff00::/8 # Multicast addrs ) ipset -! destroy legal_icmpv6_list ipset -! create legal_icmpv6_list hash:net,port family inet6 ipset flush legal_icmpv6_list for dest in ${ICMPV6_LEGAL_DEST[@]} ; do for icmp in ${ICMPV6_TYPES[@]} ; do ipset add -! legal_icmpv6_list ${dest},icmpv6:${icmp} done done ip6tables -N input_icmpv6...