Re: [vpp-dev] [csit-dev] how to know data type mapping between *.api.json with PYTHON API ?

2019-05-07 Thread Ole Troan
Hi Yulong, Good question. That has been on my list of things to document for a while. Does https://gerrit.fd.io/r/#/c/19389/ answer your question? Please suggest improvements and improve the text as you notice gaps. Best regards, Ole > On 7 May 2019, at 07:49, Pei, Yulong wrote: > > Hello v

Re: [vpp-dev] false verified + 1 for gerrit jobs

2019-05-07 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> reduce the number of retries (or possibly completely) +1 for completely. Vratko. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Ed Kern via Lists.Fd.Io Sent: Tuesday, 2019-May-07 00:34 To: Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) Cc: vpp-dev@lists.fd.

Re: [vpp-dev] GARP support in VPP

2019-05-07 Thread Shahid Khan
Ok, thanks. -Shahid. On Sat, May 4, 2019 at 7:13 PM John Lo (loj) wrote: > Right now, the only condition for VPP to send GARP would be on bonded > interfaces in active-standby mode when the active link switches from one to > the other. GRAP is sent to help the upstream router/switch converge i

[vpp-dev] git commit template

2019-05-07 Thread Ole Troan
Hi, I just uploaded: https://gerrit.fd.io/r/19391 make: git commit template The proposal is to use a new git commit template that tags commits with a type. Which can be one of feature, docs, make etc. The problem this is trying to solve, is how to programmatically figure out what features V

Re: [vpp-dev] git commit template

2019-05-07 Thread Damjan Marion via Lists.Fd.Io
> On 7 May 2019, at 10:39, Ole Troan wrote: > > Hi, > > I just uploaded: > > https://gerrit.fd.io/r/19391 make: git commit template > > The proposal is to use a new git commit template that tags commits with a > type. > Which can be one of feature, docs, make etc. > > The problem this is

[vpp-dev] ping not working after applying dnat

2019-05-07 Thread Shahid Khan
Hi , after applying dnat on interface ping, to that interface from outside is not working. following is my config. vpp# show interface address GigabitEthernet0/14/0 (up): L2 bridge bd-id 1 idx 2 shg 0 local0 (dn): loop1 (up): L2 bridge bd-id 1 idx 2 shg 0 bvi L3 192.168.10.24/24 vpp# sh

Re: [vpp-dev] HQoS

2019-05-07 Thread Ni, Hongjun
Hi Abeeha, There is a patch submitted to fix the API change. https://gerrit.fd.io/r/#/c/16839/ Could you help to give it a try? Thanks, Hongjun From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Abeeha Aqeel Sent: Monday, May 6, 2019 6:32 PM To: Ni, Hongjun Cc: b...@xflowresear

[vpp-dev] VPP Load Balancer with active-standby

2019-05-07 Thread Yusuke Tatsumi
Hi all, We've already used VPP LB plugin as active-active L3DSR load balancer, and It works well in our environment. In addition to the above, I'm now interested in supporting active-standby load balancer for some particular cases, mysql for example which support only single active node. So I p