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:
Samuel Mendoza-Jonas
2018-05-14 14:29:12 +10:00
committed by Denys Vlasenko
parent bcdec1a8b8
commit 23cbd7d5bb
2 changed files with 28 additions and 0 deletions

View File

@ -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 {