mesh_no_rebroadcast auf Kabel und Richtfunkverbindungen eingeschaltet

This commit is contained in:
4ndr3 2016-05-15 12:27:17 +02:00
commit 615dd0b46e
8 changed files with 18 additions and 1 deletions

View file

@ -46,6 +46,7 @@ config interface 'vlan5'
option netmask '255.255.255.0'
config interface 'vlan24'
option mesh_no_rebroadcast '1'
option proto 'batadv'
option mesh 'bat0'
option ifname 'eth0.24'
@ -101,6 +102,7 @@ config route 'local_node_route4'
option interface 'client'
config interface 'mesh_lan'
option mesh_no_rebroadcast '1'
option ifname 'eth0.1'
option mesh 'bat0'
option proto 'batadv'