bier mesh on wan und vpn verschluesselung abgeschaltet
This commit is contained in:
parent
87e6bc0b39
commit
fb1ce08028
|
@ -94,8 +94,8 @@ config interface 'mesh_wan'
|
|||
option ifname 'br-wan'
|
||||
option index '0'
|
||||
option proto 'gluon_wired'
|
||||
option disabled '0'
|
||||
option transitive '1'
|
||||
option disabled '1'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option mesh 'bat0'
|
||||
|
@ -130,9 +130,6 @@ config interface 'client'
|
|||
option ra_holdoff '30'
|
||||
option multicast_querier '1'
|
||||
option macaddr 'f8:1a:67:5a:a3:e7'
|
||||
list ifname 'bat0'
|
||||
list ifname 'eth0.1'
|
||||
list ifname 'local-port'
|
||||
option ipv6 '1'
|
||||
option keep_ra_dnslifetime '1'
|
||||
option sourcefilter '0'
|
||||
|
@ -142,6 +139,9 @@ config interface 'client'
|
|||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option proto 'dhcpv6'
|
||||
list ifname 'bat0'
|
||||
list ifname 'eth0.1'
|
||||
list ifname 'local-port'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option type 'veth'
|
||||
|
|
Loading…
Reference in a new issue