Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit 27a16693e99779415f481365e9ee224aea3d7ad6 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Sat May 4 03:47:33 2019 +0000
doc: batman-adv/Noflood-broadcast-prevention
27a16693e99779415f481365e9ee224aea3d7ad6 batman-adv/Noflood-broadcast-prevention.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/batman-adv/Noflood-broadcast-prevention.textile b/batman-adv/Noflood-broadcast-prevention.textile index 4207782..4591013 100644 --- a/batman-adv/Noflood-broadcast-prevention.textile +++ b/batman-adv/Noflood-broadcast-prevention.textile @@ -10,6 +10,8 @@ The noflood mark feature allows a user to tag frames via netfilter by custom cri
h2. Example Application
+__Video vs. Text__ + !noflood-assembly.png!
In this example we have three kinds of multicast packets: @@ -26,7 +28,6 @@ In the second step batman-adv will determine how it would like to forward the fr
Finally, before broadcast flooding a frame it will check whether the frame has a "noflood" mark set. If so then it will drop the packet instead of flooding.
- h2. Ebtables Example
__Preventing flooding of routeable IPv6 multicast:__