summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_suppress_fib/r3/v4_route.json
blob: e255d075992c16de273375f7de1a6d673efb4c2a (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
{
  "40.0.0.0\/8":[
    {
      "prefix":"40.0.0.0\/8",
      "protocol":"bgp",
      "selected":true,
      "destSelected":true,
      "distance":20,
      "metric":0,
      "installed":true,
      "table":254,
      "internalStatus":16,
      "internalFlags":8,
      "internalNextHopNum":1,
      "internalNextHopActiveNum":1,
      "nexthops":[
        {
          "flags":3,
          "fib":true,
          "ip":"10.0.0.9",
          "afi":"ipv4",
          "interfaceName":"r3-eth0",
          "active":true
        }
      ]
    }
  ]
}