Skip to content

Commit

Permalink
batman-adv: Disable CONFIG_BATMAN_ADV_DEBUGFS by default
Browse files Browse the repository at this point in the history
All tools which were known to the batman-adv development team are
supporting the batman-adv netlink interface since a while. Also debugfs is
not supported for batman-adv interfaces in any non-default netns. Thus
disabling CONFIG_BATMAN_ADV_DEBUGFS by default should not cause problems on
most systems. It is still possible to enable it in case it is still
required in a specific setup.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
  • Loading branch information
Sven Eckelmann authored and Simon Wunderlich committed Apr 22, 2018
1 parent f546a99 commit 1ba9321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/batman-adv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ config BATMAN_ADV_DEBUGFS
bool "batman-adv debugfs entries"
depends on BATMAN_ADV
depends on DEBUG_FS
default y
default n
help
Enable this to export routing related debug tables via debugfs.
The information for each soft-interface and used hard-interface can be
found under batman_adv/

If unsure, say Y.
If unsure, say N.

config BATMAN_ADV_DEBUG
bool "B.A.T.M.A.N. debugging"
Expand Down

0 comments on commit 1ba9321

Please sign in to comment.