diff options
-rw-r--r-- | toys/pending/dhcpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/dhcpd.c b/toys/pending/dhcpd.c index 3bac14d..5bfbe0e 100644 --- a/toys/pending/dhcpd.c +++ b/toys/pending/dhcpd.c @@ -316,6 +316,7 @@ static option_val_t options_list[] = { {"routes" , DHCP_STCRTS | 0x21, NULL, 0}, {"staticroutes" , DHCP_STCRTS | 0x79, NULL, 0}, {"msstaticroutes" , DHCP_STCRTS | 0xf9, NULL, 0}, + {"vendor-encapsulated-options", DHCP_STRING | 0x2b, NULL, 0}, }; struct fd_pair { int rd; int wr; }; |