Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-12 Thread Neha
Hi, Even I followed the same steps as Hamid, ln -sf /root/vpp/build-root/install-vpp_debug-native/router/lib64/router.so.0.0.0 /usr/lib/vpp_plugins/router.so I am able to see the router.so is linked. router.so -> /root/vpp/build-root/install-vpp_debug-native/router/lib64/router.so.0.0.0 But

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-04 Thread demian
Yes, I need to do BGP and Routing. I am using virtual box just to compile the sources, and running VPP on the bare metal. You can find the problem, just running VPP. There you will find if the VPP program is able to find the router plugin. I manually copied the files from the VM to the host,

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Hamid via Lists.Fd.Io
Sorry guys. I did not provide absolute path to the router.so link. The router.so is now showing up on vppctl show plugins and I am able to execute vppctl enable tap-inject. Thanks Burt, Damien and Wang!

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Hamid via Lists.Fd.Io
Hi Demian, My environment is KVM virtual machine (Ubuntu 16.04 server) with 2 cores and 2 GB RAM on an R620 server (guest is Ubuntu 16.04 desktop). I am building vpp from sources through deb installer packages on the VM. Normal VPP operations are working. My objective is to use routing and

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread demian
Hi Hamid I follow the same sample and its working (at least inside the VM). Are you running the ln -sf /home/xflow/vppsb/netlink inside the vagrant VM ? Demian > El 3 abr. 2018, a las 15:16, Hamid via Lists.Fd.Io > <14mseesrasool=seecs.edu...@lists.fd.io> escribió: > > I am

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Hamid via Lists.Fd.Io
I am following the FRR tutorial to set up vppsb. Please let me know if there is better documentation available. I had already built and ran stable/1801 branch vpp code on my machine but due to conflicts with vppsb I had to

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Wang
Would you share the command lines you used to install router plugin? It seems to me the router plugin is not loaded? 2018-04-02 13:05 GMT-04:00 Hamid Rasool <14mseesras...@seecs.edu.pk>: > Hi Wang, > > My copy of the code contains the patch. I have checked the source and it > is according to the

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-02 Thread Wang
Here is the patch https://gerrit.fd.io/r/#/c/11167/ it should be merged into vppsb. Chad 2018-04-01 12:39 GMT-04:00 Hamid via Lists.Fd.Io < 14mseesrasool=seecs.edu...@lists.fd.io>: > Not working with the latest code. > > I have retried with 'git checkout origin/master' after make wipe-all and

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-02 Thread Hamid via Lists.Fd.Io
Thanks Wang and Burt. The trick was to use the master vpp as well (18.04-rc0 latest) as I was still getting errors with the 18.01 branch. However, my next issue is that I cannot enable tap-inject. I have linked the router.so.0.0.0 to the /usr/lib/vpp_plugins directory (there is also a

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-01 Thread Burt Silverman
It looks like you did not follow Chad Wang's advice if you are seeing the same error. Get the latest vppsb code. Burt On Sun, Apr 1, 2018 at 12:39 PM, Hamid via Lists.Fd.Io < 14mseesrasool=seecs.edu...@lists.fd.io> wrote: > Not working with the latest code. > > I have retried with 'git checkout

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-01 Thread Hamid via Lists.Fd.Io
Not working with the latest code. I have retried with 'git checkout origin/master' after make wipe-all and make vpp-wipe commands but I am still getting the same error with librtnl files.

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-03-30 Thread Wang
Did you checkout the latest vppsb? There should be a patch merged to fix this issue. 2018-03-30 3:25 GMT-04:00 Hamid Rasool : > Hi, > > I want to enable dynamic routing protocols (using Quagga or FRR as VPP > does not have BGP and IS-IS built-in) to perform routing on my