]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: add support to parse the NIS domain for the dhcp options
authorCharles Hardin <ckhardin@gmail.com>
Fri, 12 Apr 2024 20:45:33 +0000 (13:45 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 18 Apr 2024 22:37:14 +0000 (16:37 -0600)
commit8ab388bfdbcf1490c8c40480ef187a025b55c553
tree2442b7d3ce24f9c6609b2940c6c4eb643f00d311
parent024c95392d5ab5414e455e6f92e06dd063296d77
net: add support to parse the NIS domain for the dhcp options

There is code in the bootp parsing for NIS domain and add the
same support for the dhcp options as well. This allows the same
usage of the data when the dhcp command is used in the boot
command.

Signed-off-by: Charles Hardin <ckhardin@gmail.com>
net/bootp.c