summaryrefslogtreecommitdiffstats
path: root/examples/bin_api/ip.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/ip.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/ip.api.json')
-rw-r--r--examples/bin_api/ip.api.json33
1 files changed, 22 insertions, 11 deletions
diff --git a/examples/bin_api/ip.api.json b/examples/bin_api/ip.api.json
index 3983288..62c282b 100644
--- a/examples/bin_api/ip.api.json
+++ b/examples/bin_api/ip.api.json
@@ -1070,13 +1070,13 @@
"stats_index"
],
[
- "vl_api_fib_path_t",
+ "vl_api_mfib_path_t",
"path",
0,
"count"
],
{
- "crc": "0x21329a12"
+ "crc": "0x61faa26f"
}
],
[
@@ -1130,13 +1130,13 @@
"count"
],
[
- "vl_api_fib_path_t",
+ "vl_api_mfib_path_t",
"path",
0,
"count"
],
{
- "crc": "0xe02dcb4b"
+ "crc": "0x738c546e"
}
],
[
@@ -2642,7 +2642,7 @@
}
]
],
- "vl_api_version": "0x1eba4868",
+ "vl_api_version": "0xa3532a2f",
"unions": [
[
"address_union",
@@ -2989,6 +2989,10 @@
],
[
"u8",
+ "is_interface_rx"
+ ],
+ [
+ "u8",
"afi"
],
[
@@ -3018,18 +3022,21 @@
16
],
{
- "crc": "0xabe483ef"
+ "crc": "0xba7a81f0"
}
],
[
- "mac_address",
+ "mfib_path",
[
- "u8",
- "bytes",
- 6
+ "vl_api_fib_path_t",
+ "path"
+ ],
+ [
+ "u32",
+ "itf_flags"
],
{
- "crc": "0xefdbdddc"
+ "crc": "0x4ba77d32"
}
],
[
@@ -3106,6 +3113,10 @@
"ip4_address": {
"length": 4,
"type": "u8"
+ },
+ "mac_address": {
+ "length": 6,
+ "type": "u8"
}
}
}