]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: bootp: add PXE/RFC 4578 DHCP options support
authorJason Hobbs <jason.hobbs@calxeda.com>
Wed, 31 Aug 2011 05:37:31 +0000 (05:37 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 20:25:35 +0000 (22:25 +0200)
commitd2b5d5c4c1505e7a3f3e1b8120566ae9b7042e9f
tree5d86a8dc0ae467f6924efdaf7b4a3851156f7893
parent06283a6401f652e709b7b27d02238d0c6f92cb0c
net: bootp: add PXE/RFC 4578 DHCP options support

These options are required to be present in RFC 4578 compliant DHCP
requests. They give more information to DHCP servers to allow serving

different DHCP responses to different systems based on client
architecture, client capabilities, UUID, or vendor.

Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
net/bootp.c