Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 632e98714ef4df9bf7af5393feb1cba13c5ca16b Author: Sven Eckelmann sven@narfation.org Date: Thu Mar 28 21:29:46 2019 +0100
batctl-devel: add switch for setting multicast_fanout
Signed-off-by: Sven Eckelmann sven@narfation.org
632e98714ef4df9bf7af5393feb1cba13c5ca16b batctl-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/batctl-devel/Makefile b/batctl-devel/Makefile index c22b1bd..3cd4fd1 100644 --- a/batctl-devel/Makefile +++ b/batctl-devel/Makefile @@ -105,6 +105,7 @@ config-n := \ log \ loglevel \ mcast_flags \ + multicast_fanout \ multicast_mode \ nc_nodes \ neighbors \ @@ -133,6 +134,7 @@ config-settings := \ interface \ isolation_mark \ loglevel \ + multicast_fanout \ multicast_mode \ network_coding \ orig_interval \