Repository : ssh://git@diktynna/doc On branches: backup-redmine,main
commit ed150523494c743e3b9033c33b8423cab444daff Author: Linus Lüssing linus.luessing@c0d3.blue Date: Fri Apr 19 02:11:31 2024 +0000
doc: batman-adv/Multicast-optimizations
ed150523494c743e3b9033c33b8423cab444daff batman-adv/Multicast-optimizations.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Multicast-optimizations.textile b/batman-adv/Multicast-optimizations.textile index 0ad8d7f0..82d6660f 100644 --- a/batman-adv/Multicast-optimizations.textile +++ b/batman-adv/Multicast-optimizations.textile @@ -48,7 +48,7 @@ Additionally, in _bridged_ scenarios multicast packets are still flooded in the
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): +By default multicast optimizations are activated. You can force the old behaviour, [[Broadcast|classic flooding]] of all multicast frames, on a certain node via the following command, executed as root (here: bat0):
<pre>batctl meshif bat0 multicast_forceflood 1</pre>