[ovs-dev] [PATCH] ovn-controller: Add external-ids:ovn-remote-probe-interval

2016-02-21 Thread Huang Lei
From: Huang Lei For setting the inactivity probe interval of the json session to the OVN southbound database. Signed-off-by: Huang Lei --- lib/ovsdb-idl.c | 10 ++ lib/ovsdb-idl.h | 3 +++ ovn/controller/ovn-controller.8.xml | 14 ++

Re: [ovs-dev] [PATCH] ovn-controller: Add external-ids:ovn-remote-probe-interval

2016-02-21 Thread Andy Zhou
On Sun, Feb 21, 2016 at 1:26 PM, Huang Lei <148012...@qq.com> wrote: > From: Huang Lei > > For setting the inactivity probe interval of the json session to the OVN > southbound database. > > Signed-off-by: Huang Lei > Thanks for contributing!. Please see comments in line. > --- > lib/ovsdb-id

[ovs-dev] OVS PatchWork Update

2016-02-21 Thread alexw
30+ Day Old Patches === ID State Date Name -- - 548008 New2015-11-24 11:19:01 [ovs-dev,v4,2/4] ovn: New flows for DHCP tranffic 548010 New2015-11-24 11:19:02 [ovs-dev,v4,3/4] ovn: Process dhcp packet-ins and

[ovs-dev] World Internet Shop of RX

2016-02-21 Thread Abigail
96 Reliable source of ED cures p{margin:10px 0;padding:0;} table{border-collapse:collapse;} h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:0;} img,a img{border:0;height:auto;outline:none;text-decoration:none;} body,#bodyTable,#bodyCell{height:100%;margin:0;padding:0;width:100%;} #o

Re: [ovs-dev] [PATCH 1/2] tests: Fix inconsistency tests in monitor

2016-02-21 Thread Andy Zhou
On Sat, Feb 20, 2016 at 8:35 AM, Liran Schour wrote: > In case of delete only: !initial,!insert,!modify. We can not be sure that > we > will see X if we have: insert X, delete X. > In case of modify only: !initial,!insert,!delete. We can not be sure that > we > will see X modified if we have: ins

Re: [ovs-dev] : ovs-appctl dump and flush command for userspace conntrack

2016-02-21 Thread sourabh.bansal
Hi Joe, These commands will work when we are running userspace conntrack (OVS+DPDK env). Existing commands dpctl/{dump-flush}-conntrack commands will not help here, as they are trying to get info of kernel based conntrack module. NOTE: This implementation is over

Re: [ovs-dev] [PATCHv1 1/4] ovn-northd: Support Logical_Port.addresses to store multiple ips in each set

2016-02-21 Thread Numan Siddique
On 02/20/2016 08:07 AM, Ben Pfaff wrote: > On Fri, Jan 29, 2016 at 09:27:33PM +0530, Numan Siddique wrote: >> If a logical port has two ipv4 addresses and one ipv6 address >> it will be stored as ["MAC IPv41 IPv42 IPv61"] instead of >> ["MAC IPv41", "MAC IPv42", "MAC IPv61"]. >> >> Signed-off-by: N

Re: [ovs-dev] [PATCHv1 4/4] ovn-northd: Add l3 port security for IPv6

2016-02-21 Thread Numan Siddique
On 02/20/2016 10:43 AM, Ben Pfaff wrote: > On Fri, Jan 29, 2016 at 09:29:22PM +0530, Numan Siddique wrote: >> For each lport, adds a priority 90 lflow in ls_in_port_sec and >> ls_out_port_sec >> stages to allow ipv6 traffic for >> - known ipv6 addresses >> - link local address of the lport >> -