aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bin_api/tap.api.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bin_api/tap.api.json')
-rw-r--r--examples/bin_api/tap.api.json264
1 files changed, 0 insertions, 264 deletions
diff --git a/examples/bin_api/tap.api.json b/examples/bin_api/tap.api.json
deleted file mode 100644
index 45edc6a..0000000
--- a/examples/bin_api/tap.api.json
+++ /dev/null
@@ -1,264 +0,0 @@
-{
- "messages": [
- [
- "tap_connect",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- [
- "u8",
- "use_random_mac"
- ],
- [
- "u8",
- "tap_name",
- 64
- ],
- [
- "u8",
- "mac_address",
- 6
- ],
- [
- "u8",
- "renumber"
- ],
- [
- "u32",
- "custom_dev_instance"
- ],
- [
- "u8",
- "ip4_address_set"
- ],
- [
- "u8",
- "ip4_address",
- 4
- ],
- [
- "u8",
- "ip4_mask_width"
- ],
- [
- "u8",
- "ip6_address_set"
- ],
- [
- "u8",
- "ip6_address",
- 16
- ],
- [
- "u8",
- "ip6_mask_width"
- ],
- [
- "u8",
- "tag",
- 64
- ],
- {
- "crc": "0x9b9c396f"
- }
- ],
- [
- "tap_connect_reply",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "i32",
- "retval"
- ],
- [
- "u32",
- "sw_if_index"
- ],
- {
- "crc": "0xfda5941f"
- }
- ],
- [
- "tap_modify",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- [
- "u32",
- "sw_if_index"
- ],
- [
- "u8",
- "use_random_mac"
- ],
- [
- "u8",
- "tap_name",
- 64
- ],
- [
- "u8",
- "mac_address",
- 6
- ],
- [
- "u8",
- "renumber"
- ],
- [
- "u32",
- "custom_dev_instance"
- ],
- {
- "crc": "0x8047ae5c"
- }
- ],
- [
- "tap_modify_reply",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "i32",
- "retval"
- ],
- [
- "u32",
- "sw_if_index"
- ],
- {
- "crc": "0xfda5941f"
- }
- ],
- [
- "tap_delete",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- [
- "u32",
- "sw_if_index"
- ],
- {
- "crc": "0x529cb13f"
- }
- ],
- [
- "tap_delete_reply",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "i32",
- "retval"
- ],
- {
- "crc": "0xe8d4e804"
- }
- ],
- [
- "sw_interface_tap_dump",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "client_index"
- ],
- [
- "u32",
- "context"
- ],
- {
- "crc": "0x51077d14"
- }
- ],
- [
- "sw_interface_tap_details",
- [
- "u16",
- "_vl_msg_id"
- ],
- [
- "u32",
- "context"
- ],
- [
- "u32",
- "sw_if_index"
- ],
- [
- "u8",
- "dev_name",
- 64
- ],
- {
- "crc": "0x76229a57"
- }
- ]
- ],
- "vl_api_version": "0xacec1ba1",
- "unions": [],
- "services": {
- "tap_delete": {
- "reply": "tap_delete_reply"
- },
- "sw_interface_tap_dump": {
- "reply": "sw_interface_tap_details",
- "stream": true
- },
- "tap_modify": {
- "reply": "tap_modify_reply"
- },
- "tap_connect": {
- "reply": "tap_connect_reply"
- }
- },
- "enums": [],
- "types": [],
- "aliases": {}
-}