batman-adv: Provide default settings examples for bat0

Users may want to know what options can be specified and in which form they
have to specified. A commented out list of settings is helpful here while
making it not necessary to copy the default settings from batman-adv to
this config all the time.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
Sven Eckelmann 2018-06-13 13:45:22 +02:00
parent 0726085a2d
commit b30eb65d2f
1 changed files with 15 additions and 15 deletions

View File

@ -1,20 +1,20 @@
config 'mesh' 'bat0' config 'mesh' 'bat0'
option 'aggregated_ogms' #option 'aggregated_ogms' 1
option 'ap_isolation' #option 'ap_isolation' 0
option 'bonding' #option 'bonding' 0
option 'fragmentation' #option 'fragmentation' 1
option 'gw_bandwidth' #option 'gw_bandwidth' '10000/2000'
option 'gw_mode' #option 'gw_mode' 'off'
option 'gw_sel_class' #option 'gw_sel_class' 20
option 'log_level' #option 'log_level' 0
option 'orig_interval' #option 'orig_interval' 1000
option 'bridge_loop_avoidance' #option 'bridge_loop_avoidance' 1
option 'distributed_arp_table' #option 'distributed_arp_table' 1
option 'multicast_mode' #option 'multicast_mode' 1
option 'network_coding' #option 'network_coding' 0
option 'hop_penalty' #option 'hop_penalty' 30
option 'isolation_mark' #option 'isolation_mark' '0x00000000/0x00000000'
# yet another batX instance # yet another batX instance
# config 'mesh' 'bat5' # config 'mesh' 'bat5'