aboutsummaryrefslogtreecommitdiffstats
path: root/internal/testbinapi/binapi2001/.vppapi/core/netmap.api.json
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testbinapi/binapi2001/.vppapi/core/netmap.api.json')
-rw-r--r--internal/testbinapi/binapi2001/.vppapi/core/netmap.api.json119
1 files changed, 0 insertions, 119 deletions
diff --git a/internal/testbinapi/binapi2001/.vppapi/core/netmap.api.json b/internal/testbinapi/binapi2001/.vppapi/core/netmap.api.json
deleted file mode 100644
index 4dbd80c..0000000
--- a/internal/testbinapi/binapi2001/.vppapi/core/netmap.api.json
+++ /dev/null
@@ -1,119 +0,0 @@
-{
- "types": [],
- "messages": [
- [
- "netmap_create",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- [
- "u8",
- "netmap_if_name",
- 64
- ],
- [
- "u8",
- "hw_addr",
- 6
- ],
- [
- "u8",
- "use_random_hw_addr"
- ],
- [
- "u8",
- "is_pipe"
- ],
- [
- "u8",
- "is_master"
- ],
- {
- "crc": "0x5299044e"
- }
- ],
- [
- "netmap_create_reply",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "i32",
- "retval"
- ],
- {
- "crc": "0xe8d4e804"
- }
- ],
- [
- "netmap_delete",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- [
- "u8",
- "netmap_if_name",
- 64
- ],
- {
- "crc": "0xa8b6c201"
- }
- ],
- [
- "netmap_delete_reply",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "i32",
- "retval"
- ],
- {
- "crc": "0xe8d4e804"
- }
- ]
- ],
- "unions": [],
- "enums": [],
- "services": {
- "netmap_create": {
- "reply": "netmap_create_reply"
- },
- "netmap_delete": {
- "reply": "netmap_delete_reply"
- }
- },
- "options": {
- "version": "1.0.0"
- },
- "aliases": {},
- "vl_api_version": "0x40e7a84f"
-}