summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_link_bw_ip/r2/ip-route-2.json
blob: 7e2fa6be25045438902ee2c63c5a42947553ba82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "198.10.1.1\/32":[
    {
      "prefix":"198.10.1.1\/32",
      "selected":true,
      "nexthops":[
        {
          "fib":true,
          "ip":"11.1.2.6",
          "weight":33
        },
        {
          "fib":true,
          "ip":"11.1.2.2",
          "weight":66
        }
      ]
    }
  ]
}