[vpp-dev] Build fails on CentOS with VMBus.

2018-12-07 Thread Stephen Hemminger
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'

Re: [vpp-dev] Maintainer router plugin

2018-12-07 Thread Brian Dickson
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

Re: [vpp-dev] Maintainer router plugin

2018-12-07 Thread Justin Iurman
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

[vpp-dev] vpp with router plugin + FRRouting

2018-12-07 Thread Justin Iurman
[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]

[vpp-dev] vpp with router plugin + FRRouting

2018-12-07 Thread Justin Iurman
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

[vpp-dev] IP ACL for transit PPTP connections

2018-12-07 Thread Aleksander Djuric
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

Re: [vpp-dev] VPP API language changes

2018-12-07 Thread Ole Troan
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