aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bin_api/acl.api.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bin_api/acl.api.json')
-rw-r--r--examples/bin_api/acl.api.json56
1 files changed, 48 insertions, 8 deletions
diff --git a/examples/bin_api/acl.api.json b/examples/bin_api/acl.api.json
index 13b8665..1aa8285 100644
--- a/examples/bin_api/acl.api.json
+++ b/examples/bin_api/acl.api.json
@@ -85,6 +85,42 @@
}
],
[
+ "acl_plugin_get_conn_table_max_entries",
+ [
+ "u16",
+ "_vl_msg_id"
+ ],
+ [
+ "u32",
+ "client_index"
+ ],
+ [
+ "u32",
+ "context"
+ ],
+ {
+ "crc": "0x51077d14"
+ }
+ ],
+ [
+ "acl_plugin_get_conn_table_max_entries_reply",
+ [
+ "u16",
+ "_vl_msg_id"
+ ],
+ [
+ "u32",
+ "context"
+ ],
+ [
+ "u64",
+ "conn_table_max_entries"
+ ],
+ {
+ "crc": "0x7a096d3d"
+ }
+ ],
+ [
"acl_add_replace",
[
"u16",
@@ -856,7 +892,7 @@
}
]
],
- "vl_api_version": "0x25a6e1e9",
+ "vl_api_version": "0x8ed22cb9",
"unions": [],
"services": {
"acl_plugin_get_version": {
@@ -872,6 +908,9 @@
"acl_del": {
"reply": "acl_del_reply"
},
+ "macip_acl_del": {
+ "reply": "macip_acl_del_reply"
+ },
"acl_plugin_control_ping": {
"reply": "acl_plugin_control_ping_reply"
},
@@ -885,11 +924,11 @@
"macip_acl_interface_add_del": {
"reply": "macip_acl_interface_add_del_reply"
},
- "macip_acl_del": {
- "reply": "macip_acl_del_reply"
+ "acl_add_replace": {
+ "reply": "acl_add_replace_reply"
},
- "macip_acl_add": {
- "reply": "macip_acl_add_reply"
+ "acl_plugin_get_conn_table_max_entries": {
+ "reply": "acl_plugin_get_conn_table_max_entries_reply"
},
"acl_interface_list_dump": {
"reply": "acl_interface_list_details",
@@ -898,8 +937,8 @@
"acl_interface_set_acl_list": {
"reply": "acl_interface_set_acl_list_reply"
},
- "acl_add_replace": {
- "reply": "acl_add_replace_reply"
+ "macip_acl_add": {
+ "reply": "macip_acl_add_reply"
},
"acl_interface_set_etype_whitelist": {
"reply": "acl_interface_set_etype_whitelist_reply"
@@ -1011,5 +1050,6 @@
"crc": "0x70589f1e"
}
]
- ]
+ ],
+ "aliases": {}
}