bb-elbgau110a-kern mesh on LAN aktiviert

This commit is contained in:
4ndr3 2015-04-10 23:25:09 +02:00
parent 56492c77fd
commit 72546c5f98

View file

@ -76,12 +76,12 @@ config route6 'wan6_unreachable'
config interface 'client' config interface 'client'
option reqprefix 'no' option reqprefix 'no'
option ifname 'eth0.1 bat0'
option proto 'dhcpv6' option proto 'dhcpv6'
option type 'bridge' option type 'bridge'
option igmp_snooping '0' option igmp_snooping '0'
option macaddr '14:cc:20:85:89:77' option macaddr '14:cc:20:85:89:77'
option peerdns '1' option peerdns '1'
option ifname 'bat0'
config interface 'bat0' config interface 'bat0'
option ifname 'bat0' option ifname 'bat0'
@ -135,3 +135,8 @@ config route6 'local_node_route6'
option gateway '::' option gateway '::'
option interface 'client' option interface 'client'
config interface 'mesh_lan'
option ifname 'eth0.1'
option mesh 'bat0'
option proto 'batadv'