Re: [ovs-dev] [PATCH] OVN: datalog man page

2016-06-03 Thread FlaviofOvsMl
On Tue, May 17, 2016 at 7:31 PM, Yusheng Wang wrote: > > From 72e885fb895d740dc62d5ea42ced764cba527b2f Mon Sep 17 00:00:00 2001 > From: Yusheng Wang > Date: Tue, 17 May 2016 07:58:35 +0800 > Subject: [PATCH] OVN: datalog man page > > Signed-off-by: Yusheng Wang > > --- > Hi Yusheng, After lis

Re: [ovs-dev] [PATCH 4/8] packets: Parse IP address strings with a zero length prefix.

2016-06-09 Thread FlaviofOvsML
On Thu, Jun 9, 2016 at 3:12 AM, Justin Pettit wrote: > A zero prefix length is used to match any IP address, which is useful > for defining default routes. > > Signed-off-by: Justin Pettit > Acked-by: Flavio Fernandes > --- > lib/packets.c | 10 +- > 1 file changed, 5 insertions(+

Re: [ovs-dev] [PATCH v10 2/2] ovn-northd: Add logical flows to support native DHCP

2016-06-09 Thread FlaviofOvsML
On Tue, Jun 7, 2016 at 1:49 AM, Numan Siddique wrote: > OVN implements a native DHCP support which caters to the common > use case of providing an IP address to a booting instance by > providing stateless replies to DHCP requests based on statically > configured address mappings. To do this it al