[vpp-dev] MPLS encap

2017-04-21 Thread Dumitrescu, Cristian
Hi guys, Does anybody have a simple example on how to get MPLS encap working as part of the IP adjacency? What I am looking for is: IP packet received on interface A gets routed out on interface B with an MPLS label prepended to the packet (MPLS label read from FIB). Thanks, Cristian ___

Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS

2017-04-04 Thread Dumitrescu, Cristian
—purge vpp Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package —purge E: Unable to locate package vpp From: Florin Coras [mailto:fcoras.li...@gmail.com] Sent: Tuesday, March 28, 2017 11:26 PM To: Dumitrescu, Cristian Cc: Burt

Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS

2017-03-28 Thread Dumitrescu, Cristian
: Florin Coras [mailto:fcoras.li...@gmail.com] Sent: Tuesday, March 28, 2017 10:12 PM To: Dumitrescu, Cristian Cc: Burt Silverman ; vpp-dev Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS Hi Cristian, Did you try cleaning everything up? git clean -fdx make bootstrap .. HTH, Florin On

Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS

2017-03-28 Thread Dumitrescu, Cristian
Hi Burt, No network connectivity issues I am afraid. I pasted the output of my last re-run of “make install-dep” in the previous email. Regards, Cristian From: Burt Silverman [mailto:bur...@gmail.com] Sent: Tuesday, March 28, 2017 5:47 PM To: Dumitrescu, Cristian Cc: vpp-dev Subject: Re

Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS

2017-03-28 Thread Dumitrescu, Cristian
installed, 0 to remove and 4 not upgraded. Git status: there is absolutely no change in my local copy. Regards, Cristian From: Burt Silverman [mailto:bur...@gmail.com] Sent: Tuesday, March 28, 2017 4:24 PM To: Dumitrescu, Cristian Cc: vpp-dev Subject: Re: [vpp-dev] VPP build issue on Ubuntu

Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS

2017-03-28 Thread Dumitrescu, Cristian
From: Jon Loeliger [mailto:j...@netgate.com] Sent: Monday, March 27, 2017 8:40 PM To: Dumitrescu, Cristian Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS On Mon, Mar 27, 2017 at 12:41 PM, Dumitrescu, Cristian mailto:cristian.dumitre...@intel.com>>

[vpp-dev] VPP build issue on Ubuntu 16.04.2 LTS

2017-03-27 Thread Dumitrescu, Cristian
Hi guys, Any idea why am I getting this error: >make bootstrap ... checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module di

Re: [vpp-dev] Classifying on QinQ labels

2017-03-14 Thread Dumitrescu, Cristian
be done with no sub-interface at all? Regards, Cristian From: John Lo (loj) [mailto:l...@cisco.com] Sent: Tuesday, March 14, 2017 8:58 PM To: Dumitrescu, Cristian ; vpp-dev@lists.fd.io Subject: RE: Classifying on QinQ labels I may not have fully answered all the original questions. Added extra

[vpp-dev] Classifying on QinQ labels

2017-03-14 Thread Dumitrescu, Cristian
Hi guys, Is there a way to classify the input packets based on the QinQ field (i.e. SVLAN and CVLAN labels)? It looks like by default all QinQ packets are dropped, so to avoid this a sub-interface has to be created for every QinQ label. The problem with this approach is that SVLAN and CVLAN la