aboutsummaryrefslogtreecommitdiffstats
path: root/internal/testbinapi/binapi2001/.vppapi/core/pg.api.json
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testbinapi/binapi2001/.vppapi/core/pg.api.json')
-rw-r--r--internal/testbinapi/binapi2001/.vppapi/core/pg.api.json183
1 files changed, 183 insertions, 0 deletions
diff --git a/internal/testbinapi/binapi2001/.vppapi/core/pg.api.json b/internal/testbinapi/binapi2001/.vppapi/core/pg.api.json
new file mode 100644
index 0000000..6b41f7d
--- /dev/null
+++ b/internal/testbinapi/binapi2001/.vppapi/core/pg.api.json
@@ -0,0 +1,183 @@
+{
+ "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"
+}