[vpp-dev] vpp acl tutorial

2018-02-21 Thread Reza Mirzaei
Hi I want to know that what commands are available for vpp acl, and is there any tutorial for this matter? Best regards Reza

Re: [vpp-dev] vpp acl tutorial

2018-02-21 Thread Ray Kinsella
https://wiki.fd.io/view/VPP/SecurityGroups Ray K On 21/02/2018 09:07, Reza Mirzaei wrote: Hi I want to know that what commands are available for vpp acl, and is there any tutorial for this matter? Best regards Reza -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this g

[vpp-dev] make test patch failing on OpenSuse yum

2018-02-21 Thread Keith Burns
https://gerrit.fd.io/r/#/c/10702/ Fails due to: "*01:58:10* AttributeError: 'RPMDBAdditionalData' object has no attribute 'yumdb_cache'" (ref: https://jenkins.fd.io/job/vpp-verify-master-opensuse/1658/console) The Google Way-back machine says https://forums.opensuse.org/showthread.php/508461-yu

Re: [vpp-dev] make test patch failing on OpenSuse yum

2018-02-21 Thread Marco Varlese
Hi Keith, On Wed, 2018-02-21 at 12:46 +, Keith Burns wrote: > https://gerrit.fd.io/r/#/c/10702/ > > Fails due to: > "01:58:10 AttributeError: 'RPMDBAdditionalData' object has no attribute > 'yumdb_cache'" > > > (ref: https://jenkins.fd.io/job/vpp-verify-master-opensuse/1658/console) > >

Re: [vpp-dev] make test patch failing on OpenSuse yum

2018-02-21 Thread Marco Varlese
So, since this whole thing looks suspicious... I have done a bit of investigation on our GERRIT and... I see the last time that everything was GREEN was yesterday (Feb 20th) when a patch on openSUSE kicked off at 17:28pm (https://jenkins.fd.io/job/vpp-verify-ma ster-opensuse/1647/consoleFull). I a

Re: [vpp-dev] make test patch failing on OpenSuse yum

2018-02-21 Thread Marco Varlese
And yes, indeed, a patch added the below code into Jenkins which is obviously wrong. elif [ "${OS_ID}" == "opensuse" ]; then yum list installed pip list fi - Marco On Wed, 2018-02-21 at 15:19 +0100, Marco Varlese wrote: > So, since this whole thing looks suspicious... I have done a bi

[vpp-dev] [dpdk-announce] DPDK Bangalore Summit 2016, Agenda announced

2018-02-21 Thread Hemant Agrawal
Forwarded Message Subject: [dpdk-announce] DPDK Bangalore Summit 2016, Agenda announced Agenda [1] for DPDK Summit Bangalore 2018 March 9th | Leela Palace, Bangalore, India is announced The agenda covers many interesting topics such as Hardware assist with DPDK, VM opti

Re: [vpp-dev] make test patch failing on OpenSuse yum

2018-02-21 Thread Ed Kern
this is totally me…im on it.. apologies Ed On Feb 21, 2018, at 7:34 AM, Marco Varlese mailto:mvarl...@suse.de>> wrote: And yes, indeed, a patch added the below code into Jenkins which is obviously wrong. elif [ "${OS_ID}" == "opensuse" ]; then yum list installed pip list fi - Marc

Re: [vpp-dev] make test patch failing on OpenSuse yum

2018-02-21 Thread Dave Wallace
Marco, Thanks for following up on this! -daw- On 02/21/2018 09:34 AM, Marco Varlese wrote: And yes, indeed, a patch added the below code into Jenkins which is obviously wrong. elif [ "${OS_ID}" == "opensuse" ]; then yum list installed pip list fi - Marco On Wed, 2018-02-21 at 15

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-21 Thread Edward Warnicke
Looping in JohnD, who may be able to help... :) Ed On Thu, Feb 1, 2018 at 7:43 AM adarsh m via vpp-dev wrote: > Hi, > > After removing socket-mem now vpp is stable but when we try to connect > through CLI connection is refused. > > > ubuntu@vasily:~$ sudo service vpp status > ● vpp.service - ve

[vpp-dev] vpp suddenly stops

2018-02-21 Thread Matt Paska
I'm testing a basic vpp setup on ubuntu running vpp v18.01-release. In my config vpp receives dhcp and routes for other interfaces and a host tap interface. It works fine at initial vpp service start but after about an hour it stops. The service is active and I'm not changing any configurations but

Re: [vpp-dev] vpp suddenly stops

2018-02-21 Thread Matt Paska
I think the issue might be that I'm running two VPP instances on the same subnet and my upstream dhcp server is issuing the same address because of client_id (DHCP option 61) being the same for both instances. I see option 61 added in 17.10 release https://docs.fd.io/vpp/17.10/release_notes_1710.ht

[vpp-dev] RADIUS authentication #vpp

2018-02-21 Thread init via Lists.Fd.Io
Hi devs! I want to know will there any plans for implementation RADIUS authentication for policing and ACL to NAT plugin? Im telling about VPP as RADIUS client. Thank you!