Iptables – Bridging and routing IPv6 Router Advertisements

iptablesipv6routerrouting

I have a bridge called "br01" in which the interfaces "eth1" and "eth0" are participating. There is a rule in the broute table of ebtables that drops RAs when they arrive in the interface eth1, so the eth1 auto-configure itself with this RA, but I want that this same RA go through the eth0 too, in order to distribute this RA to the other network which is on the eth0. Is there any way to do that ?

Best Answer

If you don't want an ebtables rule that drops the packet, why not remove that rule?

Related Topic