summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_topo2/r4/ipv6_routes.json
blob: eb571d5d1cd324eb4e4a251fe01f7b86a660c29d (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": "r4-eth0"
        }
      ]
    },
    {
      "distance": 0,
      "protocol": "connected",
      "metric": 0,
      "selected": true,
      "installed": true,
      "prefix": "2001:db8:4::/64",
      "nexthops": [
        {
          "directlyConnected": true,
          "interfaceName": "r4-eth0",
          "fib": true,
          "flags": 3,
          "active": true
        }
      ]
    }
  ],
  "2001:db8:1::/64": [
    {
      "distance": 110,
      "protocol": "ospf6",
      "metric": 20,
      "selected": true,
      "installed": true,
      "prefix": "2001:db8:1::/64",
      "nexthops": [
        {
          "interfaceName": "r4-eth0",
          "fib": true,
          "flags": 3,
          "active": true,
          "afi": "ipv6"
        }
      ]
    }
  ]
}