X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fcore%2Fpg.api.json;fp=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fcore%2Fpg.api.json;h=0000000000000000000000000000000000000000;hp=6b41f7dbec09ac7733cd9bc1743900525ccbae48;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 diff --git a/internal/testbinapi/binapi2001/.vppapi/core/pg.api.json b/internal/testbinapi/binapi2001/.vppapi/core/pg.api.json deleted file mode 100644 index 6b41f7d..0000000 --- a/internal/testbinapi/binapi2001/.vppapi/core/pg.api.json +++ /dev/null @@ -1,183 +0,0 @@ -{ - "types": [], - "messages": [ - [ - "pg_create_interface", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u32", - "interface_id" - ], - [ - "u8", - "gso_enabled" - ], - [ - "u32", - "gso_size" - ], - { - "crc": "0xb1ecff05" - } - ], - [ - "pg_create_interface_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - [ - "u32", - "sw_if_index" - ], - { - "crc": "0xfda5941f" - } - ], - [ - "pg_capture", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u32", - "interface_id" - ], - [ - "u8", - "is_enabled" - ], - [ - "u32", - "count" - ], - [ - "u32", - "pcap_name_length" - ], - [ - "u8", - "pcap_file_name", - 0, - "pcap_name_length" - ], - { - "crc": "0x453da78d" - } - ], - [ - "pg_capture_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ], - [ - "pg_enable_disable", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "is_enabled" - ], - [ - "u32", - "stream_name_length" - ], - [ - "u8", - "stream_name", - 0, - "stream_name_length" - ], - { - "crc": "0x0cb71d10" - } - ], - [ - "pg_enable_disable_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ] - ], - "unions": [], - "enums": [], - "services": { - "pg_create_interface": { - "reply": "pg_create_interface_reply" - }, - "pg_capture": { - "reply": "pg_capture_reply" - }, - "pg_enable_disable": { - "reply": "pg_enable_disable_reply" - } - }, - "options": { - "version": "1.1.0" - }, - "aliases": {}, - "vl_api_version": "0x2583e07b" -}