37 lines
842 B
JSON
37 lines
842 B
JSON
|
{
|
||
|
"2001:db8:1::/64": [{
|
||
|
"distance": 0,
|
||
|
"protocol": "connected",
|
||
|
"metric": 0,
|
||
|
"selected": true,
|
||
|
"destSelected": true,
|
||
|
"prefix": "2001:db8:1::/64",
|
||
|
"nexthops": [{
|
||
|
"directlyConnected": true,
|
||
|
"interfaceName": "r1-eth0",
|
||
|
"fib": true,
|
||
|
"flags": 3,
|
||
|
"active": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"2001:db8:4::/64": [{
|
||
|
"distance": 1,
|
||
|
"protocol": "static",
|
||
|
"metric": 0,
|
||
|
"selected": true,
|
||
|
"destSelected": true,
|
||
|
"prefix": "2001:db8:4::/64",
|
||
|
"nexthops": [{
|
||
|
"interfaceName": "r1-eth0",
|
||
|
"fib": true,
|
||
|
"flags": 3,
|
||
|
"active": true,
|
||
|
"afi": "ipv6"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|