[vpp-dev] Issue while developing a container application using libmemif.

2022-02-06 Thread Pragya Nand Bhagat
Hi All, I'm writing an application to send and receive packets over the memif interface. I'm following steps mentioned in the following document to create server and client interface: https://s3-docs.fd.io/vpp/22.02/interfacing/libmemif/gettingstarted_doc.html The difference in server and clien

[vpp-dev] IGMP over an IPSec protected tunnel

2022-02-06 Thread Mahdi Varasteh
Hi VPP folks, Recently I ran into a problem: receiving IGMP packets over a GRE tunnel protected by IPSec in transport mode, sometimes causes a VPP crash. The crash happens in `ip4-local` node. Using debug image, i realized the problem was caused by an invalid fib index passed to `fib_get()` fu

Re: [vpp-dev] VXLAN overlay routing

2022-02-06 Thread David Gohberg
Hi, I'm not interested in bridging so I tried creating the tunnels in L3 mode and perform routing between VNI 50 and VNI 70 using 2 linux namespaces : > > create loopback interface > set interface mac address loop0 02:10:18:34:9f:cd > set interface ip address loop0  11.11.11.3/24 > set int l2 br