batctl: mark multicast-mode switch as potentially compiled out

Message ID 1398046402-5341-1-git-send-email-linus.luessing@web.de (mailing list archive)
State Accepted, archived
Commit 2de97c6d92e91ba7aad19b003d48e3e77f381b9b
Headers

Commit Message

Linus Lüssing April 21, 2014, 2:13 a.m. UTC
  To give users an additional hint if the multicast feature is not
compiled in, to let them know what they can do to change that.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
---
 functions.c |    1 +
 1 file changed, 1 insertion(+)
  

Comments

Marek Lindner April 21, 2014, 3:29 a.m. UTC | #1
On Monday 21 April 2014 04:13:22 Linus Lüssing wrote:
> To give users an additional hint if the multicast feature is not
> compiled in, to let them know what they can do to change that.
> 
> Signed-off-by: Linus Lüssing <linus.luessing@web.de>
> ---
>  functions.c |    1 +
>  1 file changed, 1 insertion(+)

Applied in revision 2de97c6.

Thanks,
Marek
  

Patch

diff --git a/functions.c b/functions.c
index 117dcff..b9ccaff 100644
--- a/functions.c
+++ b/functions.c
@@ -63,6 +63,7 @@  const char *fs_compile_out_param[] = {
 	batctl_settings[BATCTL_SETTINGS_BLA].sysfs_name,
 	batctl_settings[BATCTL_SETTINGS_DAT].sysfs_name,
 	batctl_settings[BATCTL_SETTINGS_NETWORK_CODING].sysfs_name,
+	batctl_settings[BATCTL_SETTINGS_MULTICAST_MODE].sysfs_name,
 	batctl_debug_tables[BATCTL_TABLE_BLA_CLAIMS].debugfs_name,
 	batctl_debug_tables[BATCTL_TABLE_BLA_BACKBONES].debugfs_name,
 	batctl_debug_tables[BATCTL_TABLE_DAT].debugfs_name,