M
>>> *To:*Ni, Hongjun mailto:hongjun...@intel.com>>
>>> *Cc:*alp.ars...@xflowresearch.com <mailto:alp.ars...@xflowresearch.com>;
>>> Kevin Yan >> <mailto:kevin@mavenir.com>>;vpp-dev@lists.fd.io
>>> <mailto:vpp-dev@lists.fd.io>
ilto:vpp-dev@lists.fd.io>
*Subject:*Re: [E] [vpp-dev] VPPSB Netlink build failing
Personally i think it should stay in vppsb. I agree we miss
integration with open source routing protocol implementation but it
should be done natively trough binary APIs and not with netlink hacks...
—
: Damjan Marion ; alp.ars...@xflowresearch.com; Kevin Yan
; vpp-dev@lists.fd.io
Subject: Re: [E] [vpp-dev] VPPSB Netlink build failing
Agreed with Damjan. Why not manage this as a separate project, just like
Sweetcomb? Goal for Sandbox was to host plugins that could later convert into
fully fledged
mailto:hongjun...@intel.com>>
> Cc: alp.ars...@xflowresearch.com <mailto:alp.ars...@xflowresearch.com>; Kevin
> Yan mailto:kevin....@mavenir.com>>;
> vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io>
> Subject: Re: [E] [vpp-dev] VPPSB Netlink build failing
&g
...@me.com]
Sent: Monday, November 5, 2018 1:32 AM
To: Ni, Hongjun
Cc: alp.ars...@xflowresearch.com; Kevin Yan ;
vpp-dev@lists.fd.io
Subject: Re: [E] [vpp-dev] VPPSB Netlink build failing
Personally i think it should stay in vppsb. I agree we miss integration with
open source routing protocol
gjun
>
> From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of
> alp.ars...@xflowresearch.com
> Sent: Friday, November 2, 2018 6:43 PM
> To: 'Kevin Yan' ; vpp-dev@lists.fd.io
> Subject: Re: [E] [vpp-dev] VPPSB Netlink build failing
>
> Using thi
sts.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of
alp.ars...@xflowresearch.com
Sent: Friday, November 2, 2018 6:43 PM
To: 'Kevin Yan' ; vpp-dev@lists.fd.io
Subject: Re: [E] [vpp-dev] VPPSB Netlink build failing
Using this command and running the application again, solved the issue,
# rm -rf /d
;; vpp-dev@lists.fd.io
Subject: Re: [E] [vpp-dev] VPPSB Netlink build failing
No luck. Getting a seg fault. Will try to build again with stable/1810
instead of the master.
[root@vpp-build bin]# ./vpp -c startup.conf
vlib_plugin_early_init:361: plugin path
/vpp/build-root/install-vpp_debug-nati
: Friday, November 2, 2018 12:28 PM
To: alp.ars...@xflowresearch.com; vpp-dev@lists.fd.io
Subject: Re: [E] [vpp-dev] VPPSB Netlink build failing
I think rpm packages can be generated but I never tried that, just use
"make run " or "vpp -c /etc/vpp/startup.conf" to start vpp, the
..@xflowresearch.com]
Sent: Friday, November 02, 2018 3:17 PM
To: Kevin Yan ; vpp-dev@lists.fd.io
Subject: RE: [E] [vpp-dev] VPPSB Netlink build failing
Yes, did that and its compiling. Thanks.
One question, after the build is completed, how do I install it to my system? I
can see the install di
[mailto:vpp-dev@lists.fd.io] On Behalf Of Kevin
Yan
Sent: Friday, November 2, 2018 12:16 PM
To: alp.ars...@xflowresearch.com; vpp-dev@lists.fd.io
Subject: Re: [E] [vpp-dev] VPPSB Netlink build failing
And also remove
else if (r->rtm.rtm_family == AF_MPLS)
part
From: Kevin Yan
S
And also remove
else if (r->rtm.rtm_family == AF_MPLS)
part
From: Kevin Yan
Sent: Friday, November 02, 2018 3:15 PM
To: 'alp.ars...@xflowresearch.com' ;
vpp-dev@lists.fd.io
Subject: RE: [E] [vpp-dev] VPPSB Netlink build failing
for(int i = 1; label != 0; i++)
change to :
int
for(int i = 1; label != 0; i++)
change to :
int I;
for(i = 1; label != 0; i++)
From: alp.ars...@xflowresearch.com [mailto:alp.ars...@xflowresearch.com]
Sent: Friday, November 02, 2018 3:11 PM
To: Kevin Yan ; vpp-dev@lists.fd.io
Subject: RE: [E] [vpp-dev] VPPSB Netlink build failing
Tried
binaries, but how do I
get them to proper locations, like I would if I installed using the rpms.
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Kevin
Yan
Sent: Friday, November 2, 2018 11:38 AM
To: alp.ars...@xflowresearch.com; vpp-dev@lists.fd.io
Subject: Re: [E] [vpp-
I also met this error when compiling vppsb on centos, just remove the MPLS
related macro,and re-compile
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of
alp.ars...@xflowresearch.com
Sent: Friday, November 02, 2018 1:55 PM
To: vpp-dev@lists.fd.io
Subject: [E] [vpp-dev] VPPSB
Dear All,
I am trying to build the latest VPP with router and netlink plugins on
CentOS 7.5. Here are the steps that I followed.
# cd /vpp
# ln -sf /vppsb/router/
# ln -sf /vppsb/netlink/
# ln -sf /vppsb/router/router.mk build-data/packages/
# ln -sf /vppsb/netlink/netlink.mk build-da
16 matches
Mail list logo