grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/9] net: dhcp: replace parse_dhcp_vendor() with find_dhcp


From: Daniel Kiper
Subject: Re: [PATCH v2 2/9] net: dhcp: replace parse_dhcp_vendor() with find_dhcp_option()
Date: Thu, 21 Feb 2019 19:06:05 +0100
User-agent: NeoMutt/20170113 (1.7.2)

On Tue, Feb 12, 2019 at 05:46:53PM +0000, Andre Przywara wrote:
> From: Andrei Borzenkov <address@hidden>
>
> For proper DHCP support we will need to parse DHCP options from a packet
> more often and at various places.
>
> Refactor the option parsing into a new function, which will scan a
> packet to find *a particular* option field.
> Use that new function in places where we were dealing with DHCP options
> before.
>
> Signed-off-by: Andre Przywara <address@hidden>

This patch also adds support for overload. Could you split it into two?

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]