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
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]
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