summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorOleg.Karfich@wago.com <Oleg.Karfich@wago.com>2018-08-31 09:01:32 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-04 10:07:52 +0200
commite9321ffd79bbf58549e2ed56d91728204b5f3b83 (patch)
treeabcc4ed2ca523e23f14e437dbe991ab10fec4de1 /include
parente3e55fa3aa698bb92fa4362a36e102749c13c124 (diff)
downloadbarebox-e9321ffd79bbf58549e2ed56d91728204b5f3b83.tar.gz
barebox-e9321ffd79bbf58549e2ed56d91728204b5f3b83.tar.xz
net: dhcp: use private extension 224 also in discover requests
Signed-off-by: Oleg Karfich <oleg.karfich@wago.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/dhcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dhcp.h b/include/dhcp.h
index 0977ff42da..ce5ed61c65 100644
--- a/include/dhcp.h
+++ b/include/dhcp.h
@@ -18,6 +18,7 @@ struct dhcp_req_param {
char *client_id;
char *user_class;
char *client_uuid;
+ char *option224;
int retries;
};