From: a-nijhara Date: Fri, 25 Oct 2024 04:35:20 +0000 (+0530) Subject: Add DHCP option value 43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fupstream%2Ftoybox.git Add DHCP option value 43 Change-Id: Ic8d36bee63e34b43cfa50a357157210649ac4623 --- diff --git a/toys/pending/dhcpd.c b/toys/pending/dhcpd.c index 751b8c6..55a7919 100644 --- a/toys/pending/dhcpd.c +++ b/toys/pending/dhcpd.c @@ -317,6 +317,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; };