Add graceful-restart test suite
[integration/test.git] / csit / variables / bgpfunctional / graceful_restart / ipv4_1_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                 "path-id": 0,
29                 "route-key": "8.2.0.0/28",
30                 "prefix": "8.2.0.0/28",
31                 "attributes": {
32                     "origin": {
33                         "value": "igp"
34                     },
35                     "ipv4-next-hop": {
36                         "global": "1.1.1.1"
37                     },
38                     "as-path": {
39                         "segments": [
40                             {
41                                 "as-sequence": [
42                                     64496,
43                                     65001
44                                 ]
45                             }
46                         ]
47                     }
48                 }
49             }
50         ]
51     }
52 }