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