batman-adv: netifd integration, drop obsoleted files
Signed-off-by: Gui Iribarren <gui@altermundi.net>
This commit is contained in:
parent
ca73c28f1f
commit
2cee074d19
2 changed files with 0 additions and 32 deletions
|
@ -1,20 +0,0 @@
|
||||||
|
|
||||||
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 'vis_mode'
|
|
||||||
option 'bridge_loop_avoidance'
|
|
||||||
option 'distributed_arp_table'
|
|
||||||
option 'network_coding'
|
|
||||||
option 'hop_penalty'
|
|
||||||
|
|
||||||
# yet another batX instance
|
|
||||||
# config 'mesh' 'bat5'
|
|
||||||
# option 'interfaces' 'second_mesh'
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. /lib/batman-adv/config.sh
|
|
||||||
|
|
||||||
bat_load_module
|
|
||||||
config_load batman-adv
|
|
||||||
|
|
||||||
case "$ACTION" in
|
|
||||||
add)
|
|
||||||
[ -d /sys/class/net/$INTERFACE/mesh/ ] && bat_config "$INTERFACE"
|
|
||||||
;;
|
|
||||||
esac
|
|
Loading…
Reference in a new issue