summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_gshut/r1/bgp_route_2.json
blob: 754a0ed6228570d360b4f472d6e58b6b88eba3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "prefix":"13.1.1.1\/32",
  "paths":[
    {
      "origin":"IGP",
      "metric":0,
      "locPrf":0,
      "valid":true,
      "community":{
        "string":"graceful-shutdown",
        "list":[
          "gracefulShutdown"
        ]
      }
    }
  ]
}