The VMBus changes keep failing build on CentOs because of
missing install of new dependency (libuuid-devel).
See: https://gerrit.fd.io/r/15311
The RPM_DEPENDS is updated in the Makefile, and it works on a local CentOs 7.6
VM.
I suspect that the build CI doesn't do 'make install-dep' so it
doesn'
Two other questions/suggestions on how to handle aspects of the router
plugin (at least for FRR), and/or multiple instances:
(1) FRR supports methods other than netlink for updating a FIB. One of
those is FPM (I think forwarding plane manager?). FPM allows netlink format
packets, or another format
Guys,
Any plan to use memif interfaces for router plugin ? Also, is there a plan to
implement a multi-instance mode ? Because, for now, "enable tap-inject" only
works for one router, and not others, when I run multiples VPP instances on a
same machine.
Thanks,
Justin
> Hi Jan,
>
> A VPP pac
[Re-sending with attachment .sh -> .txt to avoid being blocked]
Hi folks,
I'm working with multiple VPP instances on a same (virtual) machine, in order
to simulate a topology. Now, I'd like to simulate a topology between ASes with
BGP. For that, I followed the process described on this page [1]
Hi folks,
I'm working with multiple VPP instances on a same (virtual) machine, in order
to simulate a topology. Now, I'd like to simulate a topology between ASes with
BGP. For that, I followed the process described on this page [1], which is for
one single VPP instance running on the virtual ma
Hello,
I am trying to connect to remote VPN server using PPTP protocol through VPP.
All of the packets except LCP are transmitted well. LCP packets are
intercepted by gre4-input, which drops them with "unsupported version"
reason:
01:28:52:011029: ip4-local
GRE: 192.168.9.97 -> 192.168.12.90
Hi Paul,
> I could see a use for having an API call that populates the properties of an
> IntEnum.
Are you thinking of the language or specifically about the Python binding?
In the language there is already enum support:
typedef u8 ip4_address[4];
typedef u8 ip6_address[16];
enum address_fam