Re: [vpp-dev] Question about acl match/permit behavior.

2020-09-22 Thread Matthew Smith via lists.fd.io
On Tue, Sep 22, 2020 at 12:21 PM Andrew Yourtchenko wrote: > I suggest making a unit test that captures this behavior and fails, then > we can look at what is the best way of fixing it and incorporate into the > CI... > > I remember this type of scenario being addressed once, not sure if it was

Re: [vpp-dev] Question about acl match/permit behavior.

2020-09-22 Thread Venkat
But you could probably work around it by having the ACLs on the inner interface. [VENKAT]: We currently are following that approach. Setting ACLs on the LAN interface. But it comes with its own problems. - First, the WAN interface is wide open to the internet without any FW rules -

Re: [vpp-dev] Question about acl match/permit behavior.

2020-09-22 Thread Venkat
Thank you Andrew for the pointers and setting the expectations for VPP ACL. On another topic, since the stateful behavior of ACL is per interface, I setup permit+reflect output ACL on WAN interface ( Internet-facing Public IP) for internet bound traffic. And I also have to Deny all incoming

Re: [vpp-dev] Question about acl match/permit behavior.

2020-09-22 Thread Andrew Yourtchenko
I suggest making a unit test that captures this behavior and fails, then we can look at what is the best way of fixing it and incorporate into the CI... I remember this type of scenario being addressed once, not sure if it was the same one or not... But you could probably work around it by

Re: [vpp-dev] Question about acl match/permit behavior.

2020-09-22 Thread Venkat
Dear Matthew, Thank you for the response. Yes, we are using NAT44 ED mode and have an output-feature variant configured on the wan interface. wan-ens7 output-feature out Will try to follow the suggestion you posted to re-order the NAT/ACL nodes so that ACL gets applied post-SNAT of the original

Re: [vpp-dev] How to include my custom plugin in the rpm packages.

2020-09-22 Thread Solis JR, M. (Mauricio) via lists.fd.io
Hi, Has anyone figured this out??  I'm using 'make pkg-deb' and I'm similar results as above.  'make run' and 'make debug' show my plugin, but it is not included in the packages using 'make pkg-deb' Thanks Mauricio -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [vpp-dev] How to include my custom plugin in the rpm packages.

2020-09-22 Thread Matthew Smith via lists.fd.io
Hi Himanshu, When I created a plugin, I started by running extras/emacs/make-plugin.sh. That script automatically set things up so the plugin could be built and installed with the other VPP plugins. Then I started adding actual code to the stubbed-out files which the script created. I tested that

[vpp-dev] vpp committers: project PTL self-nominations close Thurs 9/22/2020 at 2100 UTC

2020-09-22 Thread Dave Barach via lists.fd.io
Thanks... Dave -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17487): https://lists.fd.io/g/vpp-dev/message/17487 Mute This Topic: https://lists.fd.io/mt/77025295/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe:

Re: [vpp-dev] Happy Trails to Me...

2020-09-22 Thread dave
Thanks... Much appreciated... Dave -Original Message- From: St Leger, Jim Sent: Thursday, September 17, 2020 12:13 PM To: d...@barachs.net; vpp-dev@lists.fd.io; t...@lists.fd.io Subject: RE: [vpp-dev] Happy Trails to Me... Dave: Wow...I'm starting to wonder what the community would do

[vpp-dev] Qeustion about qos mark

2020-09-22 Thread Jinlei Li
Hi guys, I am testing the Qos mark feature recently, my useage is like this: When I use vpp to send a udp packet by a vlan sub-interface, I want to mark dscp and vlan pri at the same time. So I create a qos egress map like this and qos mark the output interface. qos egress map id 0 [ip][0]=30