summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_type_multipath_relax/r1/prefix3-ip-route.json
blob: 1bf38efcc54ca30a9ab29f8701f1d0a76c5e106a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "203.0.113.8\/30":[
    {
      "prefix":"203.0.113.8\/30",
      "protocol":"bgp",
      "installed":true,
      "internalNextHopNum":2,
      "internalNextHopActiveNum":1,
      "nexthops":[
        {
          "fib":true,
          "ip":"10.0.3.2",
          "active":true
        },
        {
          "fib":null,
          "ip":"198.51.100.10",
          "active":null
        }
      ]
    }
  ]
}