Update generated binapi to v22.02 & makefile changes
[govpp.git] / internal / testbinapi / binapi2001 / .vppapi / core / lldp.api.json
1 {
2     "types": [],
3     "messages": [
4         [
5             "lldp_config",
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                 "system_name",
21                 256
22             ],
23             [
24                 "u32",
25                 "tx_hold"
26             ],
27             [
28                 "u32",
29                 "tx_interval"
30             ],
31             {
32                 "crc": "0x2410286f"
33             }
34         ],
35         [
36             "lldp_config_reply",
37             [
38                 "u16",
39                 "_vl_msg_id"
40             ],
41             [
42                 "u32",
43                 "context"
44             ],
45             [
46                 "i32",
47                 "retval"
48             ],
49             {
50                 "crc": "0xe8d4e804"
51             }
52         ],
53         [
54             "sw_interface_set_lldp",
55             [
56                 "u16",
57                 "_vl_msg_id"
58             ],
59             [
60                 "u32",
61                 "client_index"
62             ],
63             [
64                 "u32",
65                 "context"
66             ],
67             [
68                 "u32",
69                 "sw_if_index"
70             ],
71             [
72                 "u8",
73                 "port_desc",
74                 256
75             ],
76             [
77                 "u8",
78                 "mgmt_ip4",
79                 4
80             ],
81             [
82                 "u8",
83                 "mgmt_ip6",
84                 16
85             ],
86             [
87                 "u8",
88                 "mgmt_oid",
89                 128
90             ],
91             [
92                 "u8",
93                 "enable"
94             ],
95             {
96                 "crc": "0x2d85d156"
97             }
98         ],
99         [
100             "sw_interface_set_lldp_reply",
101             [
102                 "u16",
103                 "_vl_msg_id"
104             ],
105             [
106                 "u32",
107                 "context"
108             ],
109             [
110                 "i32",
111                 "retval"
112             ],
113             {
114                 "crc": "0xe8d4e804"
115             }
116         ]
117     ],
118     "unions": [],
119     "enums": [],
120     "services": {
121         "lldp_config": {
122             "reply": "lldp_config_reply"
123         },
124         "sw_interface_set_lldp": {
125             "reply": "sw_interface_set_lldp_reply"
126         }
127     },
128     "options": {
129         "version": "1.0.0"
130     },
131     "aliases": {},
132     "vl_api_version": "0xabb21dd0"
133 }