dave14305
Part of the Furniture
Today I switched back over to Merlin 384.13 to test some things and was reviewing my restored settings and saw that on Tools / Other Settings I had once enabled "Firewall: Drop IPv6 neighbour solicitation broadcasts (default: No)" since I am on Comcast/Xfinity. I believe I once saw a bunch of IPv6 traffic in tcpdump on the WAN interface, so decided to try this.
To get to the point, I went looking to see what this setting does, and expected to find an ip6tables rule in the mangle table, but found nothing.
The nvram setting ipv6_ns_drop is correctly set to 1. Does this feature work for anyone else? I'm on an AC68U. IPv6 is disabled on the router, but the IPv6 firewall is enabled. I don't see that the code discriminates too much on this setting, but can't figure out why there's no rule, unless it's getting flushed out later in the firewall start.
To get to the point, I went looking to see what this setting does, and expected to find an ip6tables rule in the mangle table, but found nothing.
Code:
# ip6tables -t mangle -S
-P PREROUTING ACCEPT
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-P POSTROUTING ACCEPT