Re: [PATCH v2 8/9] net: dhcp: actually send out DHCPv4 DISCOVER and REQUEST messages

2019-02-21 Thread Daniel Kiper
On Tue, Feb 12, 2019 at 05:46:59PM +, Andre Przywara wrote: > From: Andrei Borzenkov > > Even though we were parsing some DHCP options sent by the server, so far > we are only using the BOOTP 2-way handshake, even when talking to a DHCP > server. > > Change this by actually sending out DHCP DI

[PATCH v2 8/9] net: dhcp: actually send out DHCPv4 DISCOVER and REQUEST messages

2019-02-12 Thread Andre Przywara
From: Andrei Borzenkov Even though we were parsing some DHCP options sent by the server, so far we are only using the BOOTP 2-way handshake, even when talking to a DHCP server. Change this by actually sending out DHCP DISCOVER packets instead of the generic (mostly empty) BOOTP BOOTREQUEST packe