gluon-core: wan4 mesh_vpn rule

This commit is contained in:
5gbr 2022-07-06 22:39:55 +02:00 committed by Alexander List
parent 9e5bcf29ca
commit 9491f234b1

View File

@ -45,6 +45,11 @@ uci:section('network', 'route4', 'wan4_unreachable', {
metric = 65535,
})
uci:section('network', 'rule', 'wan4_lookup', {
mark = '0x01/0x01',
lookup = 1,
})
uci:section('network', 'interface', 'wan6', {
proto = wan6.proto or 'dhcpv6',
ip6addr = wan6.ip6addr,