Re: [PATCH v2 4/9] net: dhcp: make grub_net_process_dhcp take an interface

2019-02-21 Thread Daniel Kiper
On Tue, Feb 12, 2019 at 05:46:55PM +, Andre Przywara wrote: > From: Andrei Borzenkov > > Change the interface of the function dealing with incoming BOOTP packets > to take an interface instead of a card, to allow more fine per-interface > state (timeout, handshake state) later on. > > Signed-o

[PATCH v2 4/9] net: dhcp: make grub_net_process_dhcp take an interface

2019-02-12 Thread Andre Przywara
From: Andrei Borzenkov Change the interface of the function dealing with incoming BOOTP packets to take an interface instead of a card, to allow more fine per-interface state (timeout, handshake state) later on. Signed-off-by: Andre Przywara --- grub-core/net/bootp.c | 29 -