;
> *From: * on behalf of Alessio Silvestro <
> ale.silver...@gmail.com>
> *Date: *Monday, 12 June 2017 at 17:42
> *To: *"vpp-dev@lists.fd.io"
> *Subject: *[vpp-dev] New vpp node
>
>
>
> Dear all,
>
>
>
> I am implementing a new node in VP
t;vpp-dev@lists.fd.io"
Subject: [vpp-dev] New vpp node
Dear all,
I am implementing a new node in VPP.
The code is in ~/vpp/src/vnet/mynode/
In order to compile the code, I added the following lines to the file
~/vpp/src/vnet.am<http://vnet.am>
libvnet_la_SOURCES +=
Dear all,
I am implementing a new node in VPP.
The code is in ~/vpp/src/vnet/mynode/
In order to compile the code, I added the following lines to the file
~/vpp/src/vnet.am
libvnet_la_SOURCES += \
vnet/mynode/my_file.c
nobase_include_HEADERS += \
vnet/mynode/my_file