X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvat2%2Ftest%2Fvat2_test.api;h=fe96dd75784486bd14b55d0374838769d8eeab64;hp=6a2c94d182e215f8ac8923dd79220e888e157cf0;hb=fb0afab7f;hpb=c25882c28e081bf6a2bd4e914ac85f6e4edbfc3d diff --git a/src/vat2/test/vat2_test.api b/src/vat2/test/vat2_test.api index 6a2c94d182e..fe96dd75784 100644 --- a/src/vat2/test/vat2_test.api +++ b/src/vat2/test/vat2_test.api @@ -28,3 +28,14 @@ enumflag test_enumflags { autoreply define test_enum { vl_api_test_enumflags_t flags; }; + +typedef test_stringtype { + string str[]; +}; + +autoreply define test_string { + vl_api_test_stringtype_t str; +}; +autoreply define test_string2 { + string str[]; +};