summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_topo2/r2/ipv6_routes.json
blob: 4f3c74c5e2ae5690a634fe2b092d79d35c3f52bf (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "2001:db8:4::/64": [
    {
      "distance": 110,
      "protocol": "ospf6",
      "metric": 10,
      "prefix": "2001:db8:4::/64",
      "nexthops": [
        {
          "active": true,
          "directlyConnected": true,
          "interfaceName": "r2-eth2"
        }
      ]
    },
    {
      "distance": 0,
      "protocol": "connected",
      "metric": 0,
      "selected": true,
      "installed": true,
      "prefix": "2001:db8:4::/64",
      "nexthops": [
        {
          "directlyConnected": true,
          "interfaceName": "r2-eth2",
          "fib": true,
          "flags": 3,
          "active": true
        }
      ]
    }
  ],
  "2001:db8:1::/64": [
    {
      "distance": 0,
      "protocol": "connected",
      "metric": 0,
      "selected": true,
      "installed": true,
      "prefix": "2001:db8:1::/64",
      "nexthops": [
        {
          "directlyConnected": true,
          "interfaceName": "r2-eth0",
          "fib": true,
          "flags": 3,
          "active": true
        }
      ]
    }
  ]
}