Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 40f01563def8093e8262addd93477b04ce2e7629 Author: Sven Eckelmann sven@narfation.org Date: Wed Jun 13 13:45:22 2018 +0200
batman-adv-devel: 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
40f01563def8093e8262addd93477b04ce2e7629 batman-adv-devel/files/etc/config/batman-adv | 30 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/batman-adv-devel/files/etc/config/batman-adv b/batman-adv-devel/files/etc/config/batman-adv index 6e6017a..21138cb 100644 --- a/batman-adv-devel/files/etc/config/batman-adv +++ b/batman-adv-devel/files/etc/config/batman-adv @@ -1,20 +1,20 @@
config 'mesh' 'bat0' - option 'aggregated_ogms' - option 'ap_isolation' - option 'bonding' - option 'fragmentation' - option 'gw_bandwidth' - option 'gw_mode' - option 'gw_sel_class' - option 'log_level' - option 'orig_interval' - option 'bridge_loop_avoidance' - option 'distributed_arp_table' - option 'multicast_mode' - option 'network_coding' - option 'hop_penalty' - option 'isolation_mark' + #option 'aggregated_ogms' 1 + #option 'ap_isolation' 0 + #option 'bonding' 0 + #option 'fragmentation' 1 + #option 'gw_bandwidth' '10000/2000' + #option 'gw_mode' 'off' + #option 'gw_sel_class' 20 + #option 'log_level' 0 + #option 'orig_interval' 1000 + #option 'bridge_loop_avoidance' 1 + #option 'distributed_arp_table' 1 + #option 'multicast_mode' 1 + #option 'network_coding' 0 + #option 'hop_penalty' 30 + #option 'isolation_mark' '0x00000000/0x00000000'
# yet another batX instance # config 'mesh' 'bat5'