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

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-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

[vpp-dev] Issues adding ACL with binary_api

2021-08-23 Thread satish amara
[Edited Message Follows] Hi, I tried to add ACL rule by following commands.  There was no error. A new ACL index is created. When I do show  ACL , count is 0, and the  ACL rule is not displayed. vat# acl_add_replace  ipv4 permit src 30.30.30.1/32 ( http://30.30.30.1/32 ) dst 40.40.40.1/32 ( ht

[vpp-dev] Issues adding ACL with binary_api

2021-08-23 Thread satish amara
Hi, I am tried to add ACL rule by following commands. There was no error. A new ACL index is created by when I do show ACL , count is 0, and the ACL rule is not displayed. vat# acl_add_replace ipv4 permit src 30.30.30.1/32 dst 40.40.40.1/32 sport 1000 dport 1000, ipv4 permit src 10.10.10.0/