Re: [vpp-dev] nat with multiple in single out

2018-01-17 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, Please use "set interface nat44 in loop0 in loop1 in loop2 in loop3 out BondEthernet0" (you should set your one outside NAT interface only once). Regards, Matus -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Carlito Nueno

Re: [vpp-dev] Port mirroring support in vpp

2018-01-17 Thread John Lo (loj)
For VPP 18.01 and master, SPAN has been enhanced to allow port mirroring for interface in L2 mode such as ones in bridge domains. There is a “L2” argument added to the SPAN CLI/API which allow any interface, including vHost, to have packet replicated on its L2 input and/or output paths and be

Re: [vpp-dev] Port mirroring support in vpp

2018-01-17 Thread Damjan Marion (damarion)
Have you tried with SPAN? On 17 Jan 2018, at 10:07, Juraj Linkeš > wrote: Hi VPP devs, I’m trying to figure out whether it’s possible to set up port mirroring on a vhost-user port in VPP. The case I’m trying to make work is simple:

Re: [vpp-dev] [tsc] [nsh_sfc-dev] Stepping down as NSH_SFC PTL

2018-01-17 Thread Ni, Hongjun
Hi all, Thank you all for your great help and support! Will continue to contribute and promote FD.io project. Thanks again, Hongjun From: tsc-boun...@lists.fd.io [mailto:tsc-boun...@lists.fd.io] On Behalf Of Ed Warnicke Sent: Thursday, January 18, 2018 12:07 AM To: Kinsella, Ray

[vpp-dev] vcl preload usage error

2018-01-17 Thread Liu, Chunmei
Hi all, I am a novice at vpp, I am trying to use LD_PRELOAD=/../../libvcl_ldpreload.so to run a native app with vpp, I got the following error: vl_api_bind_sock_reply_t_handler:1000: [28874] ERROR: vpp handle 0x0, sid 4: bind failed: Address in use (-105) 2018-01-17 15:18:41.187

[vpp-dev] nat with multiple in single out

2018-01-17 Thread Carlito Nueno
Hi, I have 4 VLANs each with loopback interface and a tap interface. I want each of the tap interfaces to have access to the WAN (internet) via BondEthernet0 interface. I am using ubuntu. snat config: nat44 add interface address BondEthernet0 set interface nat44 in loop0 out BondEthernet0 //

Re: [vpp-dev] Heads up: VPPAPIGEN rewrite

2018-01-17 Thread Jon Loeliger
On Wed, Jan 17, 2018 at 2:25 AM, Ole Troan wrote: > Hi there, > > For a while there has been some interest in making the API language more > explicit. > This is a rewrite of the vppapigen generator with support for services {} > (like grpc), enums, output plugins, better

Re: [vpp-dev] [nsh_sfc-dev] [tsc] Stepping down as NSH_SFC PTL

2018-01-17 Thread Ed Warnicke
Ray, Thanks for letting us know! Honjun, Congratulations! Ed On Wed, Jan 17, 2018 at 7:11 AM Kinsella, Ray wrote: > > > Hongjun is elected as NSH_SFC PLT. > > Trishan – can you make the update from the LF side? > > > > Thanks and congrats Hongjun, > > > > Ray K > > >

Re: [vpp-dev] Create an arc

2018-01-17 Thread Dave Barach (dbarach)
Dear Korian, Steering traffic from ip4_lookup to is easily accomplished by setting the fib result [dpo->dpoi_next_node] to send matching traffic where you want it to go. Add an arc from ip4/6_lookup to by calling vlib_node_add_next(...) to create the arc, then create fib entries with

Re: [vpp-dev] [tsc] [nsh_sfc-dev] Stepping down as NSH_SFC PTL

2018-01-17 Thread Kinsella, Ray
Hongjun is elected as NSH_SFC PLT. Trishan – can you make the update from the LF side? Thanks and congrats Hongjun, Ray K From: tsc-boun...@lists.fd.io [mailto:tsc-boun...@lists.fd.io] On Behalf Of Keith Burns Sent: Wednesday 10 January 2018 00:27 To: Zhou, Danny Cc:

[vpp-dev] Port mirroring support in vpp

2018-01-17 Thread Juraj Linkeš
Hi VPP devs, I'm trying to figure out whether it's possible to set up port mirroring on a vhost-user port in VPP. The case I'm trying to make work is simple: I have traffic between two vms (using vhost-user ports) and I want to listen to that traffic, replicate it and send it somewhere else

Re: [vpp-dev] How can i setup multi-vrf mpls configuration in vpp?

2018-01-17 Thread Neale Ranns (nranns)
Hi Reza, I would suggest you start with this: https://wiki.fd.io/view/VPP/MPLS_FIB and then if you’ve further questions, perhaps a diagram outlining what you would like to configure. Regards, neale From: on behalf of "mirzaei.reza"

[vpp-dev] How can i setup multi-vrf mpls configuration in vpp?

2018-01-17 Thread mirzaei.reza
Hi I want to know how can i setup multi-vrf mpls configuration in vpp? Is there any documents that describe this matter? Best regards Reza___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] Heads up: VPPAPIGEN rewrite

2018-01-17 Thread Ole Troan
Hi there, For a while there has been some interest in making the API language more explicit. This is a rewrite of the vppapigen generator with support for services {} (like grpc), enums, output plugins, better error checking. Currently supported is C/JSON output plugins. It also removes the