[vpp-dev] Macswap example crashes on attempted change of next node from interface-output to ethernet-input

2020-07-13 Thread tupai via lists.fd.io
Hi VPP team, I was working with the macswap example. I made some changes, so that it no longer swaps source and destination Mac address. It just sends out data about the ethernet packet type to another process over message queue. This worked. Now, I attempted to send the buffer to ethernet-inp

Re: [vpp-dev] Macswapplugin compilation failure

2020-04-14 Thread tupai via lists.fd.io
le-plugin> > > — > Damjan > >> On 14 Apr 2020, at 15:14, tupai via lists.fd.io <http://lists.fd.io/> >> > <mailto:tupaithegreat=yahoo@lists.fd.io>> wrote: >> >> Hi All, >> >> I was following the Macswap Breakdown YouTube video a

[vpp-dev] Macswapplugin compilation failure

2020-04-14 Thread tupai via lists.fd.io
Hi All, I was following the Macswap Breakdown YouTube video and downloaded the tarball. Steps: tar -zxvf macswap-plugin.tar.gz -C /root/vpp-dev/vpp/devboot cd /root/vpp-dev/vpp/devboot/macswap-plugin/ autoreconf -i -f mkdir build cd build ../configure --with-plugin-toolkit [root@vpp-dev build]# m