Re: [ovs-dev] [PATCH v2 RFC] ovn: Support native dhcp using 'continuations'

2016-05-03 Thread Numan Siddique
On Fri, Apr 22, 2016 at 10:06 PM, Ben Pfaff wrote: > On Mon, Apr 18, 2016 at 10:59:16PM +0530, Numan Siddique wrote: > > To support native dhcp in ovn > > - A new column 'dhcp-options' is added in 'Logical_Switch' north db. > > - A logical flow is added for each logical port to

Re: [ovs-dev] [PATCH v2 RFC] ovn: Support native dhcp using 'continuations'

2016-04-22 Thread Ben Pfaff
On Mon, Apr 18, 2016 at 10:59:16PM +0530, Numan Siddique wrote: > To support native dhcp in ovn > - A new column 'dhcp-options' is added in 'Logical_Switch' north db. > - A logical flow is added for each logical port to handle dhcp packets >if the CMS has defined dhcp options in this column.

Re: [ovs-dev] [PATCH v2 RFC] ovn: Support native dhcp using 'continuations'

2016-04-21 Thread Numan Siddique
On Thu, Apr 21, 2016 at 4:53 AM, Ramu Ramamurthy wrote: > Tested-by: Ramu Ramamurthy > > Numan, I tested this patch to work on devstack+ovn without the > openstack-plugin, > with manual configuration. > > Notes: > > 1) In

Re: [ovs-dev] [PATCH v2 RFC] ovn: Support native dhcp using 'continuations'

2016-04-20 Thread Ramu Ramamurthy
Tested-by: Ramu Ramamurthy Numan, I tested this patch to work on devstack+ovn without the openstack-plugin, with manual configuration. Notes: 1) In ovn/utilities/ovn-nbctl.c, usage() Can you add a help string to ovn-nbctl for the new command

[ovs-dev] [PATCH v2 RFC] ovn: Support native dhcp using 'continuations'

2016-04-18 Thread Numan Siddique
To support native dhcp in ovn - A new column 'dhcp-options' is added in 'Logical_Switch' north db. - A logical flow is added for each logical port to handle dhcp packets if the CMS has defined dhcp options in this column. Eg. action=(dhcp_offer(offerip = 10.0.0.2, router = 10.0.0.1,