Skip to content

Commit

Permalink
generic: batman-adv: disable multicast optimizations for now
Browse files Browse the repository at this point in the history
A bug in batman-adv can lead to a large amount of management traffic being
exchanged between nodes when the multicast optimizations are enabled,
effectively making the mesh unusable. It's safer to disable the feature
for now, until we have a real fix.
  • Loading branch information
neocturne committed Jun 26, 2017
1 parent 5ec5304 commit c6a3afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets/generic
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ config 'CONFIG_BUSYBOX_CONFIG_SHA256SUM=y'
config 'CONFIG_BUSYBOX_CONFIG_SHA512SUM=y'
config '# CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set'

config '# CONFIG_KMOD_BATMAN_ADV_MCAST is not set'

config 'CONFIG_PACKAGE_ATH_DEBUG=y'

config 'CONFIG_TARGET_MULTI_PROFILE=y'
Expand Down

0 comments on commit c6a3afa

Please sign in to comment.