X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fcore%2Fnetmap.api.json;fp=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fcore%2Fnetmap.api.json;h=0000000000000000000000000000000000000000;hp=4dbd80c03c70d8a3f81600fb07a2ec6c1234045b;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 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" -}