Re: [ovs-dev] [PATCH 0/4] OVN DHCP support proposal

2016-06-23 Thread Ben Pfaff
On Thu, Jun 09, 2016 at 10:09:33PM +0530, Numan Siddique wrote: > On Thu, Jun 9, 2016 at 11:07 AM, Ben Pfaff wrote: > > > Patches 1 and 2 are new. > > > > Patch 3 is based on https://patchwork.ozlabs.org/patch/631320/, with: > > - Minor style fixes. > > - Change syntax of put_dhcp_opts(), fro

Re: [ovs-dev] [PATCH 0/4] OVN DHCP support proposal

2016-06-09 Thread Numan Siddique
On Thu, Jun 9, 2016 at 11:07 AM, Ben Pfaff wrote: > Patches 1 and 2 are new. > > Patch 3 is based on https://patchwork.ozlabs.org/patch/631320/, with: > - Minor style fixes. > - Change syntax of put_dhcp_opts(), from: > put_dhcp_opts(reg0, offerip=1.2.3.4, ...) > to: > reg0[0]

[ovs-dev] [PATCH 0/4] OVN DHCP support proposal

2016-06-08 Thread Ben Pfaff
Patches 1 and 2 are new. Patch 3 is based on https://patchwork.ozlabs.org/patch/631320/, with: - Minor style fixes. - Change syntax of put_dhcp_opts(), from: put_dhcp_opts(reg0, offerip=1.2.3.4, ...) to: reg0[0] = put_dhcp_opts(offerip=1.2.3.4, ...) That is, the result is n