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