Re: [vpp-dev] VLAN based Forwarding to My application #vlan #memif #forwarding #acl

2021-08-02 Thread RaviKiran Veldanda
Hi Neale, Thanks for your suggestion and time. However I tried following things " set interface l2 xconnect memif1/0 memif2/0 set interface l2 xconnect memif2/0 memif1/0 " and forwarding to memif1/0 from some routing. the memif1/0 is getting received the packets. But memif2/0 is not getting

Re: [vpp-dev] VLAN based Forwarding to My application #vlan #memif #forwarding #acl

2021-07-30 Thread Neale Ranns
lists.fd.io Date: Thursday, 29 July 2021 at 18:41 To: vpp-dev@lists.fd.io Subject: [vpp-dev] VLAN based Forwarding to My application #vlan #memif #forwarding #acl [Edited Message Follows] Hi Experts, Our requirement is when VPP receives tcp/udp traffic with VLAN header, it should forward to application

[vpp-dev] VLAN based Forwarding to My application #vlan #memif #forwarding #acl

2021-07-29 Thread RaviKiran Veldanda
Hi Experts, Our requirement is when VPP receives tcp/udp traffic with VLAN header, it should forward to application in Linux So our requirement is VLAN 1--> Memif1 --> App1 VLAN 2 --> Memif2 --> App1 How can we achieve this. We don't want to use ip route based or ACL->ABF because at least I