Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit e32f796cd4a803f45b4fd8ea2125f8c7db764c0c Author: Linus Lüssing linus.luessing@c0d3.blue Date: Sat May 4 03:55:41 2019 +0000
doc: batman-adv/Noflood-broadcast-prevention
e32f796cd4a803f45b4fd8ea2125f8c7db764c0c batman-adv/Noflood-broadcast-prevention.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/Noflood-broadcast-prevention.textile b/batman-adv/Noflood-broadcast-prevention.textile index 4ca7744..8ccdccd 100644 --- a/batman-adv/Noflood-broadcast-prevention.textile +++ b/batman-adv/Noflood-broadcast-prevention.textile @@ -35,10 +35,10 @@ __Preventing flooding of routeable IPv6 multicast:__ <pre> $ batctl noflood_mark 0x4/0x4 # VALUE/MASK $ ebtables -A FORWARD --logical-in br0 -o bat0 \ - -p IPv6 --ip6-dst ff02::/64 \ + -p IPv6 --ip6-dst ff02::/ff0f:: \ -j ACCEPT $ ebtables -A FORWARD --logical-in br0 -o bat0 \ - -p IPv6 --ip6-dst ! ff02::/64 \ + -p IPv6 --ip6-dst ! ff02::/ff0f:: \ -j mark --set-mark 0x4 --mark-target ACCEPT </pre>