summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_link_bw_ip/r1/ip-route-6.json
blob: 7b4da2a8d036f05046a579782cd409ff0d6748f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "198.10.1.1\/32":[
    {
      "prefix":"198.10.1.1\/32",
      "selected":true,
      "nexthops":[
        {
          "fib":true,
          "ip":"11.1.1.2",
          "weight":255
        }
      ]
    }
  ]
}