Update generated binapi to v22.02 & makefile changes
[govpp.git] / internal / testbinapi / binapi2001 / .vppapi / core / netmap.api.json
1 {
2     "types": [],
3     "messages": [
4         [
5             "netmap_create",
6             [
7                 "u16",
8                 "_vl_msg_id"
9             ],
10             [
11                 "u32",
12                 "client_index"
13             ],
14             [
15                 "u32",
16                 "context"
17             ],
18             [
19                 "u8",
20                 "netmap_if_name",
21                 64
22             ],
23             [
24                 "u8",
25                 "hw_addr",
26                 6
27             ],
28             [
29                 "u8",
30                 "use_random_hw_addr"
31             ],
32             [
33                 "u8",
34                 "is_pipe"
35             ],
36             [
37                 "u8",
38                 "is_master"
39             ],
40             {
41                 "crc": "0x5299044e"
42             }
43         ],
44         [
45             "netmap_create_reply",
46             [
47                 "u16",
48                 "_vl_msg_id"
49             ],
50             [
51                 "u32",
52                 "context"
53             ],
54             [
55                 "i32",
56                 "retval"
57             ],
58             {
59                 "crc": "0xe8d4e804"
60             }
61         ],
62         [
63             "netmap_delete",
64             [
65                 "u16",
66                 "_vl_msg_id"
67             ],
68             [
69                 "u32",
70                 "client_index"
71             ],
72             [
73                 "u32",
74                 "context"
75             ],
76             [
77                 "u8",
78                 "netmap_if_name",
79                 64
80             ],
81             {
82                 "crc": "0xa8b6c201"
83             }
84         ],
85         [
86             "netmap_delete_reply",
87             [
88                 "u16",
89                 "_vl_msg_id"
90             ],
91             [
92                 "u32",
93                 "context"
94             ],
95             [
96                 "i32",
97                 "retval"
98             ],
99             {
100                 "crc": "0xe8d4e804"
101             }
102         ]
103     ],
104     "unions": [],
105     "enums": [],
106     "services": {
107         "netmap_create": {
108             "reply": "netmap_create_reply"
109         },
110         "netmap_delete": {
111             "reply": "netmap_delete_reply"
112         }
113     },
114     "options": {
115         "version": "1.0.0"
116     },
117     "aliases": {},
118     "vl_api_version": "0x40e7a84f"
119 }