Re: [vpp-dev] VLAN tag-rewrite question

2019-02-13 Thread Jon Loeliger
On Wed, Feb 13, 2019 at 11:20 AM Damjan Marion wrote: > On 13 Feb 2019, at 09:17, Jon Loeliger wrote: > > VPPers, > > Is it intended that VPP supports placing VLAN tag rewrite rules on any > interface? > > It should work with all ethernet interfaces including the virtual ones > > Damjan > D

Re: [vpp-dev] VLAN tag-rewrite question

2019-02-13 Thread Damjan Marion via Lists.Fd.Io
> On 13 Feb 2019, at 09:17, Jon Loeliger wrote: > > VPPers, > > Is it intended that VPP supports placing VLAN tag rewrite rules on any > interface? > > The "Create ACCESS Ports" example on this page: > https://wiki.fd.io/view/VPP/Interconnecting_vRouters_with_VPP >

[vpp-dev] VLAN tag-rewrite question

2019-02-13 Thread Jon Loeliger
VPPers, Is it intended that VPP supports placing VLAN tag rewrite rules on any interface? The "Create ACCESS Ports" example on this page: https://wiki.fd.io/view/VPP/Interconnecting_vRouters_with_VPP shows it happening on a virtual interface: set interface l2 tag-rewrite VirtualEthernet0/

[vpp-dev] ubuntu 16.04 & cmake

2019-02-13 Thread Benoit Ganne (bganne) via Lists.Fd.Io
Hi all, I was trying to ease the use of multiarch compilation: https://gerrit.fd.io/r/c/17553/ This works fine for all platform (even CentOS) but not on Ubuntu 16.04 because of the version of cmake. This change would require cmake 3.9+ but Ubuntu 16.04 only provides 3.5. I need to get the path

Re: [vpp-dev] route via deleted interface freezes in unresolved state

2019-02-13 Thread Neale Ranns via Lists.Fd.Io
Hi Fedor, This is one of those cases where you cannot/should not remove an object on which others depend. In principle with VPP you should unconfigure in the reverse order to configure. Regards, neale -Message d'origine- De : au nom de Fedor Kazmin Date : mercredi 13 février 2019 à

[vpp-dev] route via deleted interface freezes in unresolved state

2019-02-13 Thread Fedor Kazmin
Hello, all I have got an issue with routes via deleted interfaces, need some help. Route freezes in unresolved state Both stable/1804 and master, Ubuntu Xenial, gcc 5.4.0 Steps to reproduce: 1. Create and configure veth pair     ip link add name veth0 type veth peer name vpp0     ip link set d

Re: [vpp-dev] vapi msg send

2019-02-13 Thread Klement Sekera via Lists.Fd.Io
Your outlined procedure looks okay.. Maybe share some code? Quoting mhemmatp via Lists.Fd.Io (2019-02-12 22:30:34) >Klement,  thanks for your reply, our conversation was invisible to group I >posted it here. > >In general, in the procedure that I sent do you see a missing part to send