summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_topo2/r4/ipv4_routes.json
blob: dc394aa89182ed1581ef063b12c62a483503c951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "10.254.254.4/32": [
    {
      "distance": 0,
      "protocol": "connected",
      "metric": 0,
      "selected": true,
      "installed": true,
      "prefix": "10.254.254.4/32",
      "nexthops": [
        {
          "directlyConnected": true,
          "interfaceName": "lo",
          "fib": true,
          "flags": 3,
          "active": true
        }
      ]
    }
  ]
}