mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Support DHCP option 150 (TFTP server address, RFC 5859).
This commit is contained in:
committed by
Simon Kelley
parent
bf23c8a394
commit
0c211c4ec5
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user