fixed golint issues
[govpp.git] / cmd / binapi-generator / testdata / af_packet.api.json
1 {
2     "types" : [
3
4     ],
5     "messages" : [
6         ["af_packet_create",
7             ["u16", "_vl_msg_id"],
8             ["u32", "client_index"],
9             ["u32", "context"],
10             ["u8", "host_if_name", 64],
11             ["u8", "hw_addr", 6],
12             ["u8", "use_random_hw_addr"],
13             {"crc" : "0x92768640"}
14         ],
15         ["af_packet_create_reply",
16             ["u16", "_vl_msg_id"],
17             ["u32", "context"],
18             ["i32", "retval"],
19             ["u32", "sw_if_index"],
20             {"crc" : "0x718bac92"}
21         ],
22         ["af_packet_delete",
23             ["u16", "_vl_msg_id"],
24             ["u32", "client_index"],
25             ["u32", "context"],
26             ["u8", "host_if_name", 64],
27             {"crc" : "0xc063ce85"}
28         ],
29         ["af_packet_delete_reply",
30             ["u16", "_vl_msg_id"],
31             ["u32", "context"],
32             ["i32", "retval"],
33             {"crc" : "0x1a80431a"}
34         ]
35     ],
36 "vl_api_version" :"0x4ca71f33"
37 }