summaryrefslogtreecommitdiffstats
path: root/examples/bin_api/map.api.json
diff options
context:
space:
mode:
authorOndrej Fabry <ofabry@cisco.com>2019-01-10 10:57:50 +0100
committerOndrej Fabry <ofabry@cisco.com>2019-01-10 11:05:35 +0100
commit08266e35878f198e2fa59fcfc9f0fc3a4b1dfbf5 (patch)
tree1269acfc3bf6fdd47414eb64da3ecad4865e37d6 /examples/bin_api/map.api.json
parent3ef6f210edcf7dd753733d46ec3f2dd5dc795b61 (diff)
Add support for string types
- strings are now generated as two fields for length and string itself - aliases are now sorted by name to prevent generating different code - dependencies are now managed by dep - binapi files are regenerated using VPP 19.01-rc0~622-g7b01e9e8 - old stats binary api has been deprecated and removed from VPP Change-Id: Ieb8515c73021339a45f407386f8e3d87dcf4469e Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'examples/bin_api/map.api.json')
-rw-r--r--examples/bin_api/map.api.json112
1 files changed, 97 insertions, 15 deletions
diff --git a/examples/bin_api/map.api.json b/examples/bin_api/map.api.json
index cb98202..a19bd3a 100644
--- a/examples/bin_api/map.api.json
+++ b/examples/bin_api/map.api.json
@@ -39,19 +39,11 @@
"psid_length"
],
[
- "bool",
- "is_translation"
- ],
- [
- "bool",
- "is_rfc6052"
- ],
- [
"u16",
"mtu"
],
{
- "crc": "0x7a64714e"
+ "crc": "0xa9358068"
}
],
[
@@ -232,12 +224,8 @@
"u16",
"mtu"
],
- [
- "bool",
- "is_translation"
- ],
{
- "crc": "0x7a986fe6"
+ "crc": "0x2a17dcb8"
}
],
[
@@ -285,6 +273,54 @@
}
],
[
+ "map_if_enable_disable",
+ [
+ "u16",
+ "_vl_msg_id"
+ ],
+ [
+ "u32",
+ "client_index"
+ ],
+ [
+ "u32",
+ "context"
+ ],
+ [
+ "u32",
+ "sw_if_index"
+ ],
+ [
+ "bool",
+ "is_enable"
+ ],
+ [
+ "bool",
+ "is_translation"
+ ],
+ {
+ "crc": "0x61a30cd9"
+ }
+ ],
+ [
+ "map_if_enable_disable_reply",
+ [
+ "u16",
+ "_vl_msg_id"
+ ],
+ [
+ "u32",
+ "context"
+ ],
+ [
+ "i32",
+ "retval"
+ ],
+ {
+ "crc": "0xe8d4e804"
+ }
+ ],
+ [
"map_summary_stats",
[
"u16",
@@ -660,6 +696,46 @@
}
],
[
+ "map_param_set_tcp",
+ [
+ "u16",
+ "_vl_msg_id"
+ ],
+ [
+ "u32",
+ "client_index"
+ ],
+ [
+ "u32",
+ "context"
+ ],
+ [
+ "u16",
+ "tcp_mss"
+ ],
+ {
+ "crc": "0x87a825d9"
+ }
+ ],
+ [
+ "map_param_set_tcp_reply",
+ [
+ "u16",
+ "_vl_msg_id"
+ ],
+ [
+ "u32",
+ "context"
+ ],
+ [
+ "i32",
+ "retval"
+ ],
+ {
+ "crc": "0xe8d4e804"
+ }
+ ],
+ [
"map_param_get",
[
"u16",
@@ -768,7 +844,7 @@
}
]
],
- "vl_api_version": "0x14b499d0",
+ "vl_api_version": "0x75de78c3",
"unions": [
[
"address_union",
@@ -792,10 +868,16 @@
"map_param_add_del_pre_resolve": {
"reply": "map_param_add_del_pre_resolve_reply"
},
+ "map_param_set_tcp": {
+ "reply": "map_param_set_tcp_reply"
+ },
"map_rule_dump": {
"reply": "map_rule_details",
"stream": true
},
+ "map_if_enable_disable": {
+ "reply": "map_if_enable_disable_reply"
+ },
"map_param_set_icmp6": {
"reply": "map_param_set_icmp6_reply"
},