]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/bootp: add VCI support for BOOTP also
authorIlya Yanok <ilya.yanok@cogentembedded.com>
Mon, 17 Sep 2012 10:26:25 +0000 (10:26 +0000)
committerTom Rini <trini@ti.com>
Mon, 1 Oct 2012 17:02:14 +0000 (10:02 -0700)
commit9ace17c88ae8bd5f29fb44849f6855b8bd456869
tree456cf84a74ce09069be9eace2dc7a18315c34834
parenta64f0241dc3d2705b065d9546711f22db7dcf712
net/bootp: add VCI support for BOOTP also

Vendor Class Identifier option is common to BOOTP and DHCP and
can be useful without PXE. So send VCI in both BOOTP and DHCP
requests if CONFIG_BOOTP_VCI_STRING is defined.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Signed-off-by: Tom Rini <trini@ti.com>
net/bootp.c