X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fcore%2Fvxlan_gpe.api.json;fp=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fcore%2Fvxlan_gpe.api.json;h=0000000000000000000000000000000000000000;hp=f1ff47d39fd02dd1925cd2f9ab062ec5719dab99;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 diff --git a/internal/testbinapi/binapi2001/.vppapi/core/vxlan_gpe.api.json b/internal/testbinapi/binapi2001/.vppapi/core/vxlan_gpe.api.json deleted file mode 100644 index f1ff47d..0000000 --- a/internal/testbinapi/binapi2001/.vppapi/core/vxlan_gpe.api.json +++ /dev/null @@ -1,224 +0,0 @@ -{ - "types": [], - "messages": [ - [ - "vxlan_gpe_add_del_tunnel", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "is_ipv6" - ], - [ - "u8", - "local", - 16 - ], - [ - "u8", - "remote", - 16 - ], - [ - "u32", - "mcast_sw_if_index" - ], - [ - "u32", - "encap_vrf_id" - ], - [ - "u32", - "decap_vrf_id" - ], - [ - "u8", - "protocol" - ], - [ - "u32", - "vni" - ], - [ - "u8", - "is_add" - ], - { - "crc": "0xd15850ba" - } - ], - [ - "vxlan_gpe_add_del_tunnel_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - [ - "u32", - "sw_if_index" - ], - { - "crc": "0xfda5941f" - } - ], - [ - "vxlan_gpe_tunnel_dump", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u32", - "sw_if_index" - ], - { - "crc": "0x529cb13f" - } - ], - [ - "vxlan_gpe_tunnel_details", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "u32", - "sw_if_index" - ], - [ - "u8", - "local", - 16 - ], - [ - "u8", - "remote", - 16 - ], - [ - "u32", - "vni" - ], - [ - "u8", - "protocol" - ], - [ - "u32", - "mcast_sw_if_index" - ], - [ - "u32", - "encap_vrf_id" - ], - [ - "u32", - "decap_vrf_id" - ], - [ - "u8", - "is_ipv6" - ], - { - "crc": "0x2673fbfa" - } - ], - [ - "sw_interface_set_vxlan_gpe_bypass", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u32", - "sw_if_index" - ], - [ - "u8", - "is_ipv6" - ], - [ - "u8", - "enable" - ], - { - "crc": "0xe74ca095" - } - ], - [ - "sw_interface_set_vxlan_gpe_bypass_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ] - ], - "unions": [], - "enums": [], - "services": { - "vxlan_gpe_add_del_tunnel": { - "reply": "vxlan_gpe_add_del_tunnel_reply" - }, - "vxlan_gpe_tunnel_dump": { - "reply": "vxlan_gpe_tunnel_details", - "stream": true - }, - "sw_interface_set_vxlan_gpe_bypass": { - "reply": "sw_interface_set_vxlan_gpe_bypass_reply" - } - }, - "options": { - "version": "1.0.0" - }, - "aliases": {}, - "vl_api_version": "0x25bfb55d" -}