udhcpc6: add DHCPv6 boot options
Add support for 'bootfile-url' and 'bootfile-params' as defined by RFC5970 "DHCPv6 Options for Network Boot". Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
bcdec1a8b8
commit
23cbd7d5bb
@ -128,6 +128,9 @@ struct d6_option {
|
||||
#define D6_OPT_TZ_POSIX 41
|
||||
#define D6_OPT_TZ_NAME 42
|
||||
|
||||
#define D6_OPT_BOOT_URL 59
|
||||
#define D6_OPT_BOOT_PARAM 60
|
||||
|
||||
/*** Other shared functions ***/
|
||||
|
||||
struct client6_data_t {
|
||||
|
Reference in New Issue
Block a user