Re: [ovs-dev] [PATCH v4 0/2] ovn: Support native DHCP using 'continuations'

2016-05-16 Thread Numan Siddique
Please ignore this patch set as the version should have been 5 instead of 4. I am sending another one to be consistent with the versions. On Mon, May 16, 2016 at 2:42 PM, Numan Siddique wrote: > v3 -> v4 changes > > > * Addressed the v3 review comments > > * Renamed the actio

[ovs-dev] [PATCH v4 0/2] ovn: Support native DHCP using 'continuations'

2016-05-16 Thread Numan Siddique
v3 -> v4 changes * Addressed the v3 review comments * Renamed the action name from "dhcp_offer" to "put_dhcp_opts". * The action "put_dhcp_opts" will now store the result in the OVS register to indicate the success or failure of the action. v2 -> v3 changes ---

[ovs-dev] [PATCH v4 0/2] ovn: Support native DHCP using 'continuations'

2016-05-06 Thread Numan Siddique
v3 - > v4 changes * Resolved the patch conflict * Addressed few comments from v2 (which got missed in v3) v2 -> v3 changes * Removed RFC tag * Added a new table 'Subnet' in NB DB to store the DHCP options. A new column 'subnets' is added in 'Logical_Switc