[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 5/9] net: dhcp: introduce per-interface timeout
From: |
Daniel Kiper |
Subject: |
Re: [PATCH v2 5/9] net: dhcp: introduce per-interface timeout |
Date: |
Thu, 21 Feb 2019 19:40:10 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Tue, Feb 12, 2019 at 05:46:56PM +0000, Andre Przywara wrote:
> From: Andrei Borzenkov <address@hidden>
>
> Currently we have a global timeout for all network cards in the
> BOOTP/DHCP discovery process.
>
> Make this timeout a per-interface one, so better accommodate the
> upcoming 4-way DHCP handshake and to also cover the lease time limit a
> DHCP offer will come with.
>
> Signed-off-by: Andre Przywara <address@hidden>
Reviewed-by: Daniel Kiper <address@hidden>
Daniel
- [PATCH v2 0/9] net: bootp: add native DHCPv4 support, Andre Przywara, 2019/02/12
- [PATCH v2 1/9] net: dhcp: remove dead code, Andre Przywara, 2019/02/12
- [PATCH v2 2/9] net: dhcp: replace parse_dhcp_vendor() with find_dhcp_option(), Andre Przywara, 2019/02/12
- [PATCH v2 3/9] net: dhcp: refactor DHCP packet transmission into separate function, Andre Przywara, 2019/02/12
- [PATCH v2 4/9] net: dhcp: make grub_net_process_dhcp take an interface, Andre Przywara, 2019/02/12
- [PATCH v2 5/9] net: dhcp: introduce per-interface timeout, Andre Przywara, 2019/02/12
- Re: [PATCH v2 5/9] net: dhcp: introduce per-interface timeout,
Daniel Kiper <=
- [PATCH v2 6/9] net: dhcp: use DHCP options for name and bootfile, Andre Przywara, 2019/02/12
- [PATCH v2 8/9] net: dhcp: actually send out DHCPv4 DISCOVER and REQUEST messages, Andre Przywara, 2019/02/12
- [PATCH v2 7/9] net: dhcp: allow receiving DHCP OFFER and ACK packets, Andre Przywara, 2019/02/12
- [PATCH v2 9/9] net: dhcp: add explicit net_dhcp command, Andre Przywara, 2019/02/12