Re: [vpp-dev] New vpp node

2017-06-14 Thread Alessio Silvestro
; > *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

Re: [vpp-dev] New vpp node

2017-06-12 Thread Neale Ranns (nranns)
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 +=

[vpp-dev] New vpp node

2017-06-12 Thread Alessio Silvestro
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