Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 80e821e2e435c6186d7ecb9753e58999ab8d45ba Author: Sven Eckelmann sven@narfation.org Date: Thu May 23 20:18:53 2019 +0200
batctl-devel: Add support for multicast_forceflood
Signed-off-by: Sven Eckelmann sven@narfation.org
80e821e2e435c6186d7ecb9753e58999ab8d45ba batctl-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/batctl-devel/Makefile b/batctl-devel/Makefile index b13d767..9a0cf95 100644 --- a/batctl-devel/Makefile +++ b/batctl-devel/Makefile @@ -105,6 +105,7 @@ config-n := \ loglevel \ mcast_flags \ multicast_fanout \ + multicast_forceflood \ multicast_mode \ nc_nodes \ neighbors \ @@ -134,6 +135,7 @@ config-settings := \ isolation_mark \ loglevel \ multicast_fanout \ + multicast_forceflood \ multicast_mode \ network_coding \ orig_interval \