diff options
author | Ole Troan <ot@cisco.com> | 2021-02-17 14:10:04 +0100 |
---|---|---|
committer | Neale Ranns <neale@graphiant.com> | 2021-02-18 08:18:46 +0000 |
commit | 71134f26a15f3d6b055dc122d050d71f8b8d3ed0 (patch) | |
tree | 07503f5d5a19722718be9fae2602752e85db17f7 /src/vat2/test/vat2_test.api | |
parent | 919654c07bb8fd2df30110220bbcc74fd3a40d01 (diff) |
vat2: jsonconvert return checking - coverity
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I8348645927519800d2390d27e01fae612602a6eb
Diffstat (limited to 'src/vat2/test/vat2_test.api')
-rw-r--r-- | src/vat2/test/vat2_test.api | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vat2/test/vat2_test.api b/src/vat2/test/vat2_test.api index afc8afa4dd7..6d211552cf6 100644 --- a/src/vat2/test/vat2_test.api +++ b/src/vat2/test/vat2_test.api @@ -14,6 +14,7 @@ */ import "vnet/ip/ip_types.api"; +import "vnet/interface_types.api"; autoreply define test_prefix { vl_api_prefix_t pref; @@ -94,3 +95,8 @@ autoreply define test_empty { u32 client_index; u32 context; }; + +/* Interface */ +autoreply define test_interface { + vl_api_interface_index_t sw_if_index; +}; |