Re: [PATCHv2] net: add support to parse the NIS domain for the dhcp options

2024-04-18 Thread Tom Rini
On Fri, 12 Apr 2024 13:45:33 -0700, Charles Hardin wrote: > 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. > > Applied to u-boot/master,

[PATCHv2] net: add support to parse the NIS domain for the dhcp options

2024-04-12 Thread Charles Hardin
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 --- net/bootp.c | 8 1 file changed, 8 insertions(+) diff