a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
ohrensessel 15adcae331 Fix ebtables dhcpv6 rules
the ports were interchanged, see the following packet flow:

client:546 --> [ff02::1:2]:547
server:547 --> client:546

therefore we need to allow outgoing multicast packets with dst-port 547
and unicast packets from bat0 to clients with dst-port 546 and 547 in the other direction
2014-10-19 16:02:30 +02:00
package Fix ebtables dhcpv6 rules 2014-10-19 16:02:30 +02:00