summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_link_bw_ip/r1/ip-route-1.json
blob: 3c02e2675d12c0ef24bcb10eca0fe870546bee2e (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.1.6",
          "weight":25
        },
        {
          "fib":true,
          "ip":"11.1.1.2",
          "weight":75
        }
      ]
    }
  ]
}