[vpp-dev] There is a problem with the vppacl test

2021-08-10 Thread jankincai12
acl_add_replace permit+reflect dport 21 acl_add_replace deny acl_interface_set_acl_list enp10s0 input 9 output 8 9 ssh can be accessed, but I don’t understand VPP version:v21.06 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19946): https://lists.

Re: [vpp-dev] Delete ACL rules #acl_plugin #acl #abf

2021-08-10 Thread RaviKiran Veldanda
Thanks for the help Neale \\Ravi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19945): https://lists.fd.io/g/vpp-dev/message/19945 Mute This Topic: https://lists.fd.io/mt/84778842/21656 Mute #acl_plugin:https://lists.fd.io/g/vpp-dev/mutehashtag/acl

[vpp-dev] Crash in L3 address addition on non-exact-match sub-int

2021-08-10 Thread Pim van Pelt
Hoi, I noticed that if you create a sub-int which does not carry the exact-match flag, and subsequently try to add an IPv4 or IPv6 address, VPP crashes. Example reproduction (which will crash): DBGvpp# cre sub TenGigabitEthernet3/0/0 1 dot1q 10 DBGvpp# set interface ip address TenGigabitEthernet3

Re: [vpp-dev] Delete ACL rules #acl_plugin #acl #abf

2021-08-10 Thread Neale Ranns
Hi Ravi, There’s no CLI to remove them. the CLI is for debug use only. Feel free to contribute a patch to add a CLI if you need one. /neale From: vpp-dev@lists.fd.io on behalf of RaviKiran Veldanda via lists.fd.io Date: Monday, 9 August 2021 at 22:42 To: vpp-dev@lists.fd.io Subject: [vpp-de

Re: [vpp-dev] Python API fails to connect to vpp #vapi #vpp_papi #vpp

2021-08-10 Thread hyongsop
Hi Ole, Thanks for the info, and using 'use_socket=True' did solve the issue ('VPPApiClient' was already in use as it was imported as 'VPP' in my code).  Out of curiosity, why is the python shared memory transport deprecated? Thanks again, --Hyong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [vpp-dev] Delete ACL rules #acl_plugin #acl #abf

2021-08-10 Thread RaviKiran Veldanda
Any pointer will be a big help. //Ravi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19941): https://lists.fd.io/g/vpp-dev/message/19941 Mute This Topic: https://lists.fd.io/mt/84778842/21656 Mute #acl_plugin:https://lists.fd.io/g/vpp-dev/mutehasht

Re: [vpp-dev] Python API fails to connect to vpp #vapi #vpp_papi #vpp

2021-08-10 Thread Ole Troan
> I have a python script that uses 'vpp_papi' to try to connect to the 'vpp' > running on the local host. It's based on my reading of the source code in > 'src/vpp-api/python/vpp_papi'. One problem I'm running into is that the > client fails to connect to the vpp with the error message: > > p

Re: [vpp-dev] ping to loopback

2021-08-10 Thread Neale Ranns
The same way you ping the normal interface. Just make sure the forward and reverse routes are present. Send a packet trace if it doesn’t work. /neale From: vpp-dev@lists.fd.io on behalf of mark antony via lists.fd.io Date: Monday, 9 August 2021 at 22:24 To: vpp-dev@lists.fd.io Subject: [vp

Re: [vpp-dev] memif: failed: no source address for egress interface

2021-08-10 Thread Neale Ranns
From: Ed Warnicke Date: Monday, 9 August 2021 at 16:16 To: Neale Ranns Cc: otr...@employees.org , artem.glazyc...@xored.com , vpp-dev@lists.fd.io Subject: Re: [vpp-dev] memif: failed: no source address for egress interface On Mon, Aug 9, 2021 at 7:40 AM Neale Ranns mailto:ne...@graphiant.c