X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fplugins%2Fdns.api.json;fp=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fplugins%2Fdns.api.json;h=0000000000000000000000000000000000000000;hp=493a07ba789850a362ebd1f4b9cc4d75bc0c241b;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 diff --git a/internal/testbinapi/binapi2001/.vppapi/plugins/dns.api.json b/internal/testbinapi/binapi2001/.vppapi/plugins/dns.api.json deleted file mode 100644 index 493a07b..0000000 --- a/internal/testbinapi/binapi2001/.vppapi/plugins/dns.api.json +++ /dev/null @@ -1,224 +0,0 @@ -{ - "types": [], - "messages": [ - [ - "dns_enable_disable", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "enable" - ], - { - "crc": "0x8050327d" - } - ], - [ - "dns_enable_disable_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ], - [ - "dns_name_server_add_del", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "is_ip6" - ], - [ - "u8", - "is_add" - ], - [ - "u8", - "server_address", - 16 - ], - { - "crc": "0x3bb05d8c" - } - ], - [ - "dns_name_server_add_del_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ], - [ - "dns_resolve_name", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "name", - 256 - ], - { - "crc": "0xc6566676" - } - ], - [ - "dns_resolve_name_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - [ - "u8", - "ip4_set" - ], - [ - "u8", - "ip6_set" - ], - [ - "u8", - "ip4_address", - 4 - ], - [ - "u8", - "ip6_address", - 16 - ], - { - "crc": "0xc2d758c3" - } - ], - [ - "dns_resolve_ip", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "is_ip6" - ], - [ - "u8", - "address", - 16 - ], - { - "crc": "0xae96a1a3" - } - ], - [ - "dns_resolve_ip_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - [ - "u8", - "name", - 256 - ], - { - "crc": "0x49ed78d6" - } - ] - ], - "unions": [], - "enums": [], - "services": { - "dns_enable_disable": { - "reply": "dns_enable_disable_reply" - }, - "dns_name_server_add_del": { - "reply": "dns_name_server_add_del_reply" - }, - "dns_resolve_name": { - "reply": "dns_resolve_name_reply" - }, - "dns_resolve_ip": { - "reply": "dns_resolve_ip_reply" - } - }, - "options": { - "version": "1.0.0" - }, - "aliases": {}, - "vl_api_version": "0x269575cd" -}