Fix dpkg frontend locking
[integration/test.git] / csit / variables / bgpflowspec / bgp_flowspec_redirect / data.json
1 {
2     "bgp-flowspec:flowspec-routes": {
3         "flowspec-route": [
4             {
5                 "path-id": 0,
6                 "route-key": "all packets to 192.168.0.2/32 AND from 10.0.0.2/32",
7                 "attributes": {
8                     "extended-communities": [
9                         {
10                             "transitive": true,
11                             "redirect-ip-nh-extended-community": {
12                                 "next-hop-address": "0.0.0.0",
13                                 "copy": false
14                             }
15                         }
16                     ],
17                     "ipv4-next-hop": {
18                         "global": "1.2.3.4"
19                     },
20                     "origin": {
21                         "value": "igp"
22                     },$AS_PATH
23                     "local-pref": {
24                         "pref": 100
25                     }
26                 },
27                 "flowspec": [
28                     {
29                         "destination-prefix": "192.168.0.2/32"
30                     },
31                     {
32                         "source-prefix": "10.0.0.2/32"
33                     }
34                 ]
35             },
36             {
37                 "path-id": 0,
38                 "route-key": "all packets to 192.168.0.1/32 AND from 10.0.0.1/32",
39                 "attributes": {
40                     "extended-communities": [
41                         {
42                             "transitive": true,
43                             "redirect-extended-community": {
44                                 "global-administrator": 65500,
45                                 "local-administrator": "AAAwOQ=="
46                             }
47                         }
48                     ],
49                     "origin": {
50                         "value": "igp"
51                     },$AS_PATH
52                     "local-pref": {
53                         "pref": 100
54                     }
55                 },
56                 "flowspec": [
57                     {
58                         "destination-prefix": "192.168.0.1/32"
59                     },
60                     {
61                         "source-prefix": "10.0.0.1/32"
62                     }
63                 ]
64             },
65             {
66                 "path-id": 0,
67                 "route-key": "all packets to 192.168.0.4/32 AND from 10.0.0.4/32",
68                 "attributes": {
69                     "extended-communities": [
70                         {
71                             "transitive": true,
72                             "redirect-ip-nh-extended-community": {
73                                 "next-hop-address": "0.0.0.0",
74                                 "copy": false
75                             }
76                         }
77                     ],
78                     "ipv4-next-hop": {
79                         "global": "127.0.0.1"
80                     },
81                     "origin": {
82                         "value": "igp"
83                     },$AS_PATH
84                     "local-pref": {
85                         "pref": 100
86                     }
87                 },
88                 "flowspec": [
89                     {
90                         "destination-prefix": "192.168.0.4/32"
91                     },
92                     {
93                         "source-prefix": "10.0.0.4/32"
94                     }
95                 ]
96             }
97         ]
98     }
99 }