5ac395bf23
The batman-adv init script will query uci (network.$iface.ifname) to retrieve the interface name to re-use the existing network configuration system. The default iface configuration (batman-adv.bat0.interfaces) is set to 'mesh' which allows to start batman-adv as soon as the network configuration contains a 'mesh' stanza. Signed-off-by: Filippo Sallemi <tonyputi@gmail.com> Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@26719 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
|
|
config 'mesh' 'bat0'
|
|
option 'interfaces' 'mesh'
|
|
option 'aggregated_ogms'
|
|
option 'bonding'
|
|
option 'fragmentation'
|
|
option 'gw_bandwidth'
|
|
option 'gw_mode'
|
|
option 'gw_sel_class'
|
|
option 'log_level'
|
|
option 'orig_interval'
|
|
option 'vis_mode'
|
|
|