X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fplugins%2Fsctp.api.json;fp=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fplugins%2Fsctp.api.json;h=0000000000000000000000000000000000000000;hp=170ef260cce8f905f816b4ab747ffea61972c980;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 diff --git a/internal/testbinapi/binapi2001/.vppapi/plugins/sctp.api.json b/internal/testbinapi/binapi2001/.vppapi/plugins/sctp.api.json deleted file mode 100644 index 170ef26..0000000 --- a/internal/testbinapi/binapi2001/.vppapi/plugins/sctp.api.json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "types": [], - "messages": [ - [ - "sctp_add_src_dst_connection", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "is_ipv6" - ], - [ - "u32", - "vrf_id" - ], - [ - "u8", - "src_address", - 16 - ], - [ - "u8", - "dst_address", - 16 - ], - { - "crc": "0x45c59b2f" - } - ], - [ - "sctp_add_src_dst_connection_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ], - [ - "sctp_del_src_dst_connection", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "is_ipv6" - ], - [ - "u32", - "vrf_id" - ], - [ - "u8", - "src_address", - 16 - ], - [ - "u8", - "dst_address", - 16 - ], - { - "crc": "0x45c59b2f" - } - ], - [ - "sctp_del_src_dst_connection_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ], - [ - "sctp_config", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "never_delay_sack" - ], - [ - "u8", - "never_bundle" - ], - { - "crc": "0x7617eced" - } - ], - [ - "sctp_config_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ] - ], - "unions": [], - "enums": [], - "services": { - "sctp_add_src_dst_connection": { - "reply": "sctp_add_src_dst_connection_reply" - }, - "sctp_del_src_dst_connection": { - "reply": "sctp_del_src_dst_connection_reply" - }, - "sctp_config": { - "reply": "sctp_config_reply" - } - }, - "options": { - "version": "1.0.0" - }, - "aliases": {}, - "vl_api_version": "0x35f411c4" -}