network:
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option auto '0'
config interface 'prio'
option proto 'static'
option ifname 'redacted'
option ipaddr 'redacted'
option netmask '255.255.255.0'
option ip6assign '64'
dhcp:
config dhcp 'wan6'
option interface 'wan6'
option ignore '1'
ifstatus prio:
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 9141,
"l3_device": "redacted",
"proto": "static",
"device": "same as I3_device",
"updated": [
"addresses"
],
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
{
"address": "redacted",
"mask": 24
}
],
"ipv6-address": [
],
"ipv6-prefix": [
],
"ipv6-prefix-assignment": [
{
"address": "xxxx:yyyy:zzz:aaaa::",
"mask": 64,
"preferred": 2941,
"valid": 2941,
"local-address": {
"address": "<above-address>::1",
"mask": 64
}
},
{
"address": "fdaa:dead:babe:a::",
"mask": 64,
"local-address": {
"address": "fdaa:dead:babe:a::1",
"mask": 64
}
}
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
}
}
ifstatus wan6:
{
"up": true,
"pending": false,
"available": true,
"autostart": true,
"dynamic": false,
"uptime": 898,
"l3_device": "redacted",
"proto": "dhcpv6",
"device": "same-as-I3_device",
"metric": 0,
"dns_metric": 0,
"delegation": true,
"ipv4-address": [
],
"ipv6-address": [
{
"address": "redacted",
"mask": 128,
"preferred": 2702,
"valid": 2702
}
],
"ipv6-prefix": [
{
"address": "redacted::",
"mask": 56,
"preferred": 2702,
"valid": 2702,
"class": "wan6",
"assigned": {
"vlan1": {
"address": "<redacted address of vlan1 interface>::",
"mask": 64
},
"vlan2": {
"address": "<address for interface vlan2::",
"mask": 64
},
.
.
.
"vlan-n": {
"address": "redacted vlan n interface address::",
"mask": 64
},
}
}
],
"ipv6-prefix-assignment": [
],
"route": [
{
"target": "::",
"mask": 0,
"nexthop": "fe80::redacted",
"metric": 384,
"valid": 1616,
"source": "redacted delegated prefix::/56"
},
{
"target": "::",
"mask": 0,
"nexthop": "fe80::redacted-provider-device-address",
"metric": 384,
"valid": 1616,
"source": "redacted/128"
}
],
"dns-server": [
"redacted",
"redacted"
],
"dns-search": [
],
"neighbors": [
],
"inactive": {
"ipv4-address": [
],
"ipv6-address": [
],
"route": [
],
"dns-server": [
],
"dns-search": [
],
"neighbors": [
]
},
"data": {
"passthru": "001700202a022457030c010100000000000000112a022457030c01010000000000000012"
}
}