update flora-uplink, add flora-cafe
This commit is contained in:
parent
5a6a0e44fd
commit
ca62780147
4 changed files with 233 additions and 19 deletions
|
@ -33,7 +33,7 @@ config switch_vlan
|
|||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '4'
|
||||
option ports '0t 3'
|
||||
option ports '0t 3t'
|
||||
|
||||
config interface 'bb_flora_cafe'
|
||||
option ifname 'eth0.4'
|
||||
|
@ -69,6 +69,20 @@ config interface 'bb_flora_kern'
|
|||
option macaddr 'de:ad:be:ef:90:f2'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '8'
|
||||
option ports '0t 3t'
|
||||
|
||||
config interface 'bb_flora_saal_unten'
|
||||
option ifname 'eth0.8'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option macaddr 'de:ad:be:ef:90:f3'
|
||||
option igmp_snooping '0'
|
||||
|
||||
|
||||
config interface 'wan'
|
||||
option ifname 'eth0.2'
|
||||
option auto '1'
|
||||
|
@ -101,6 +115,7 @@ config interface 'client'
|
|||
option query_response_interval '500'
|
||||
option sourcefilter '0'
|
||||
list ifname 'bat0'
|
||||
list ifname 'eth0.1'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
|
@ -111,7 +126,7 @@ config interface 'mesh_wan'
|
|||
config interface 'mesh_lan'
|
||||
option ifname 'eth0.1'
|
||||
option mesh 'bat0'
|
||||
option auto '1'
|
||||
option auto '0'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue