Re: [vpp-dev] Issues adding ACL with binary_api

2021-08-24 Thread Andrew Yourtchenko
Have a look at https://git.fd.io/vpp/tree/src/plugins/acl/acl_test.c#n565 to check what you need to specify. “T” in VAT stands for “test”, so there may be not enough TLC harness around. Feel free to submit changes that improve the user friendliness :) --a > On 23 Aug 2021, at 21:36, satish ama

Re: [vpp-dev] Issues adding ACL with binary_api

2021-08-25 Thread Satya Murthy
vl_api_acl_add_replace_reply_t_handler: *73* : ACL index: 0 *73* pointing to the error code VNET_API_ERROR_INVALID_ARGUMENT.  It gives some clue. -- Thanks & Regards, Murthy -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20016): https://lists.fd.

Re: [vpp-dev] Issues adding ACL with binary_api

2021-08-25 Thread satish amara
I was able to run the same command on the centos platform when I build the image.   I am seeing this issue when I install the VPP package Downloading and Installing VPP — The Vector Packet Processor 21.06 documentation (fd.io) ( https://fd.io/docs/vpp/latest/gettingstarted/installing/#installing