summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_topo2/r1/ipv4_routes.json
blob: 650c0a81bb4009bc3d22818a1feb994b37c9d05c (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
54
55
56
57
58
59
{
    "10.0.3.0/24": [
        {
            "distance": 20,
            "protocol": "bgp",
            "metric": 0,
            "selected": true,
            "installed": true,
            "prefix": "10.0.3.0/24",
            "nexthops": [
                {
                    "interfaceName": "r1-eth0",
                    "fib": true,
                    "flags": 3,
                    "active": true,
                    "afi": "ipv6"
                }
            ]
        }
    ],
    "10.254.254.2/32": [
        {
            "distance": 20,
            "protocol": "bgp",
            "metric": 0,
            "selected": true,
            "installed": true,
            "prefix": "10.254.254.2/32",
            "nexthops": [
                {
                    "interfaceName": "r1-eth0",
                    "fib": true,
                    "flags": 3,
                    "active": true,
                    "afi": "ipv6"
                }
            ]
        }
    ],
    "10.254.254.1/32": [
        {
            "distance": 0,
            "protocol": "connected",
            "metric": 0,
            "selected": true,
            "installed": true,
            "prefix": "10.254.254.1/32",
            "nexthops": [
                {
                    "directlyConnected": true,
                    "interfaceName": "lo",
                    "fib": true,
                    "flags": 3,
                    "active": true
                }
            ]
        }
    ]
}