]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
use the same option list for dhcp discovery and request
authorToomas Soome <tsoome@FreeBSD.org>
Sun, 28 May 2017 21:30:01 +0000 (21:30 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Sun, 28 May 2017 21:30:01 +0000 (21:30 +0000)
commit4a57c6f1b6361d9e86111ecea1b55868a7b2ebd3
treeb6e5cdb8434e5e9f06b560c04be310e2473dc33b
parent8878df0d153c4c2a9279d1b5c581003aea05feab
use the same option list for dhcp discovery and request

The DHCP client is supposed to use the same option request list for
both DHCP discovery and request.

This will also allow us to fill the list in single function.

Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D10981
lib/libstand/bootp.c