]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/isis_topo1_vrf/r3/r3_route6.json
isisd: fix redistribution in vrf
[mirror_frr.git] / tests / topotests / isis_topo1_vrf / r3 / r3_route6.json
1 {
2 "2001:db8:1:1::/64": [
3 {
4 "nexthops": [
5 {
6 "active": true,
7 "directlyConnected": true,
8 "fib": true,
9 "interfaceName": "r3-eth0"
10 }
11 ],
12 "prefix": "2001:db8:1:1::/64",
13 "protocol": "connected",
14 "selected": true,
15 "vrfName": "r3-cust1"
16 }
17 ],
18 "2001:db8:1:2::/64": [
19 {
20 "distance": 115,
21 "metric": 20,
22 "nexthops": [
23 {
24 "active": true,
25 "afi": "ipv6",
26 "fib": true,
27 "interfaceName": "r3-eth1"
28 }
29 ],
30 "prefix": "2001:db8:1:2::/64",
31 "protocol": "isis",
32 "selected": true,
33 "vrfName": "r3-cust1"
34 }
35 ],
36 "2001:db8:2:1::/64": [
37 {
38 "nexthops": [
39 {
40 "active": true,
41 "directlyConnected": true,
42 "fib": true,
43 "interfaceName": "r3-eth1"
44 }
45 ],
46 "prefix": "2001:db8:2:1::/64",
47 "protocol": "connected",
48 "selected": true,
49 "vrfName": "r3-cust1"
50 }
51 ],
52 "2001:db8:2:2::/64": [
53 {
54 "distance": 115,
55 "metric": 10,
56 "nexthops": [
57 {
58 "active": true,
59 "afi": "ipv6",
60 "fib": true,
61 "interfaceName": "r3-eth1"
62 }
63 ],
64 "prefix": "2001:db8:2:2::/64",
65 "protocol": "isis",
66 "selected": true,
67 "vrfName": "r3-cust1"
68 }
69 ]
70 }