Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-17,master
commit ca53e7b4352cc321867e0bb6d32ada0c5627f593 Author: Sven Eckelmann sven@narfation.org Date: Sun Sep 15 21:23:16 2019 +0000
doc: batman-adv/Multicast-optimizations
ca53e7b4352cc321867e0bb6d32ada0c5627f593 batman-adv/Multicast-optimizations.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/Multicast-optimizations.textile b/batman-adv/Multicast-optimizations.textile index d65dd89..640e148 100644 --- a/batman-adv/Multicast-optimizations.textile +++ b/batman-adv/Multicast-optimizations.textile @@ -42,7 +42,7 @@ h2. How to deactivate the multicast optimizations?
By default multicast optimizations are activated. You can force the old behaviour, classic flooding of all multicast frames, on a certain node via the following command, executed as root (here: bat0):
-<pre>batctl -m bat0 multicast_forceflood 1</pre> +<pre>batctl meshif bat0 multicast_forceflood 1</pre>
Note: This only affects multicast traffic originating from this specific node.
@@ -50,7 +50,7 @@ h2. How to tune the multicast fanout limit?
By default the multicast fanout limit is 16. You can change this limit via:
-<pre>batctl -m bat0 multicast_fanout <num></pre> +<pre>batctl meshif bat0 multicast_fanout <num></pre>
Note: This only affects multicast traffic originating from this specific node.