[Dnsmasq-discuss] [PATCH] Support DHCP option 150 (TFTP server address, RFC 5859).

Ville Skyttä ville.skytta at iki.fi
Thu Dec 5 14:59:45 GMT 2019


---
 src/dhcp-common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dhcp-common.c b/src/dhcp-common.c
index 2a3c443..602873e 100644
--- a/src/dhcp-common.c
+++ b/src/dhcp-common.c
@@ -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 }
 };
-- 
2.17.1




More information about the Dnsmasq-discuss mailing list