From 0c211c4ec5eea61f7237081ebd24a37d2e6977d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 5 Dec 2019 17:11:09 +0000 Subject: [PATCH] Support DHCP option 150 (TFTP server address, RFC 5859). --- 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 } };