diff options
author | Ole Troan <ot@cisco.com> | 2022-12-07 15:30:58 +0100 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-03-21 13:53:09 +0000 |
commit | 86698fca30941772a3b77106fc2b2e83a40bcfeb (patch) | |
tree | 17294ddcc200612944e877bbc315ed6c32a36a8f /src/plugins | |
parent | d76c029a85f0b5a4bb72c84fb4cd012cbd5465cd (diff) |
papi: vla list of fixed strings
Handle a variable length array of fixed strings.
Like:
fixed_string = VPPType("fixed_string", [["string", "data", 32]])
s = VPPType("string_vla", [["u32", "length"], ["fixed_string", "services", 0, "length"]])
Previously instead of packing and unpacking as strings, exception packed as u8 instead
of list.
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I501a8a4755828042e1539fd5a54eacec21c5e364
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions