projects
/
platform
/
upstream
/
toybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a51d6c
)
Add DHCP option value 43
33/319533/1
accepted/tizen_7.0_unified
tizen_7.0
accepted/tizen/7.0/unified/20241025.155448
author
a-nijhara
<a.nijhara@samsung.com>
Fri, 25 Oct 2024 04:35:20 +0000
(10:05 +0530)
committer
a-nijhara
<a.nijhara@samsung.com>
Fri, 25 Oct 2024 05:58:39 +0000
(11:28 +0530)
Change-Id: Ic8d36bee63e34b43cfa50a357157210649ac4623
toys/pending/dhcpd.c
patch
|
blob
|
history
diff --git
a/toys/pending/dhcpd.c
b/toys/pending/dhcpd.c
index
3bac14d
..
5bfbe0e
100644
(file)
--- 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; };