Support DHCP option 150 (TFTP server address, RFC 5859).

This commit is contained in:
Ville Skyttä
2019-12-05 17:11:09 +00:00
committed by Simon Kelley
parent bf23c8a394
commit 0c211c4ec5

View File

@@ -576,6 +576,7 @@ static const struct opttab_t {
{ "sip-server", 120, 0 },
{ "classless-static-route", 121, 0 },
{ "vendor-id-encap", 125, 0 },
{ "tftp-server-address", 150, OT_ADDR_LIST },
{ "server-ip-address", 255, OT_ADDR_LIST }, /* special, internal only, sets siaddr */
{ NULL, 0, 0 }
};