root@leon:~# brctl show bridge name bridge id STP enabled interfaces br-lan 8000.8a62a119c9ef no bat0 root@leon:~# batctl if eth0: active root@leon:/etc/config# cat batman-adv config 'mesh' 'bat0' option 'interfaces' 'mesh1' 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' # yet another batX instance # config 'mesh' 'bat5' # option 'interfaces' 'second_mesh' root@leon:/etc/config# cat network config switch 'eth0' option enable '1' config switch_vlan 'eth0_0' option device 'eth0' option vlan '0' option ports '0 1 2 3 4 5' #option ports '0 1 2 3 5' config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config interface 'lan' option proto 'static' option netmask '255.255.0.0' option ipaddr '172.16.11.1' option type 'bridge' option _orig_ifname 'eth0' option _orig_bridge 'false' option ifname 'bat0' config interface 'wan' option ifname 'eth1' option macaddr '00:0c:41:14:e0:90' option proto 'dhcp' config interface 'wifi' option 'proto' 'static' option ipaddr '192.168.22.1' option netmask '255.255.0.0' config interface 'bat0' option ifname 'bat0' option proto 'none' option mtu '1500' config interface 'mesh1' option proto 'none' option ifname 'eth0' option mtu '1528'