blob: 612db90c014387217ab5168ffc3bf3760dc5c9e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"static-routes": {
"ipv6": {
"route": [
{
"destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/64",
"vpp-ipv6-route": {
},
"next-hop": {
"next-hop-list": {
"next-hop": [
{
"index": "1",
"next-hop-address": "2001:0db8:0a0b:12f0:0000:0000:0000:0002",
"outgoing-interface": "iface",
"weight": "2"
},
{
"index": "2",
"next-hop-address": "2001:0db8:0a0b:12f0:0000:0000:0000:0002",
"outgoing-interface": "iface",
"weight": "2"
}
]
}
}
}
]
}
}
}
|