Re: [vpp-dev] Building RPM's for VPP and include router and netlink plugins

2018-04-06 Thread Jan Hugo Prins | BetterBe
Hello, after some pointers from Burt Silverman I was able to build the router and netlink plugin. The process is as follows: $ git clone https://gerrit.fd.io/r/vpp $ cd vpp/build-root/vagrant/ $ export VPP_VAGRANT_DISTRO=centos7 $ vagrant up $ vagrant ssh $ sudo yum -y install https://dl.fedorapr

[vpp-dev] Building RPM's for VPP and include router and netlink plugins

2018-04-06 Thread Jan Hugo Prins | BetterBe
Hello, I'm currently trying ot build a BGP router based on frrouter and VPP. To do this I have tried to follow the following URL: https://github.com/FRRouting/frr/wiki/Alternate-forwarding-planes:-VPP The first part works fine. I set VPP_VAGRANT_DISTRO to centos7. I build the vpp packages and thi