search for: icmpv6_legal_dest

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

2011 Nov 16
1
[Bug 761] New: Bug in ICMPv6 type and code fields processing
...and code fields for several ICMPv6 types. I.e. in my fw settings I have: ICMPV6_TYPES=( 128/0 # Echo Request 129/0 # Echo Reply 133/0 # Router Solicitation (NDP) 134/0 # Router Advertisement (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_lis...