Add graceful-restart test suite
[integration/test.git] / csit / variables / bgpfunctional / graceful_restart / ipv4_1 / data.json
1 {
2     "bgp-inet:ipv4-routes": {
3         "ipv4-route": [
4             {
5                 "path-id": 0,
6                 "route-key": "8.1.0.0/28",
7                 "prefix": "8.1.0.0/28",
8                 "attributes": {
9                     "origin": {
10                         "value": "igp"
11                     },
12                     "ipv4-next-hop": {
13                         "global": "1.1.1.1"
14                     },
15                     "as-path": {
16                         "segments": [
17                             {
18                                 "as-sequence": [
19                                     64496,
20                                     65000
21                                 ]
22                             }
23                         ]
24                     }
25                 }
26             }
27         ]
28     }
29 }