mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] extend dhcp functionality
@ 2018-08-31  9:01 Oleg.Karfich
  2018-08-31  9:01 ` [PATCH 2/3] commands: dhcp: add parameter for private data Oleg.Karfich
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Oleg.Karfich @ 2018-08-31  9:01 UTC (permalink / raw)
  To: barebox; +Cc: Oleg.Karfich

Hi,

this little patch series adds:

	1. possibility to send private data with the option 224 (dhcp request)
	   trough global variable or dhcp command

	2. add possibility back to configure retry limit trough global variable

Regards
Oleg

Oleg Karfich (3):
  net: dhcp: use private extension 224 also in discover requests
  commands: dhcp: add parameter for private data
  net: dhcp: add global variable for retries

 commands/Kconfig |  5 +++--
 commands/dhcp.c  | 10 +++++++---
 include/dhcp.h   |  1 +
 net/dhcp.c       |  9 +++++++++
 4 files changed, 20 insertions(+), 5 deletions(-)

-- 
2.7.4

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-04  7:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31  9:01 [PATCH 0/3] extend dhcp functionality Oleg.Karfich
2018-08-31  9:01 ` [PATCH 2/3] commands: dhcp: add parameter for private data Oleg.Karfich
2018-08-31  9:01 ` [PATCH 1/3] net: dhcp: use private extension 224 also in discover requests Oleg.Karfich
2018-08-31  9:01 ` [PATCH 3/3] net: dhcp: add global variable for retries Oleg.Karfich
2018-09-04  6:12   ` Sascha Hauer
2018-09-04  7:02     ` Oleg.Karfich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox