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
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
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