I would like to block ICMPv6 Neighbor Advertisement packets on a bridged EOIP interface. I configured the following bridge filter:
Code: Select all
admin@hAPac^2] > /interface bridge filter print all
Flags: X - disabled, I - invalid, D - dynamic
0 chain=input action=drop in-interface=eoip-tunnel1 mac-protocol=ipv6 log=no log-prefix=""
[admin@hAPac^2] > /interface bridge filter print stats
Flags: X - disabled, I - invalid, D - dynamic
# CHAIN ACTION BYTES PACKETS
0 input drop 17808 234
However, when I make a Torch on that interface, I still see the packets.
How can I block that kind of traffic? ipv6 package is disabled.
Thank you.