[PATCH v3] Allow colon in PXE bootfile URLs

2022-04-16 Thread Lyle Franklin
which contain a colon, e.g. `f0:ad:4e:10:1b:87/7/pxelinux.cfg/default` - This patch checks whether the `hostIPaddr` prefix is a valid IP address before overriding the serverIP otherwise the whole bootfile path is preserved Signed-off-by: Lyle Franklin --- net/net.c | 9 +++-- 1 file chang

[PATCH v2] Allow colon in PXE bootfile URLs

2022-01-24 Thread Lyle Franklin
which contain a colon, e.g. `f0:ad:4e:10:1b:87/7/pxelinux.cfg/default` - This patch checks whether the `hostIPaddr` prefix is a valid IP address before overriding the serverIP otherwise the whole bootfile path is preserved Signed-off-by: Lyle Franklin --- net/net.c | 8 ++-- 1 file chang

[PATCH] Allow colon in PXE bootfile URLs

2021-08-15 Thread Lyle Franklin
From: Lyle Franklin Date: Sun, 15 Aug 2021 07:17:14 -0400 Subject: [PATCH] Allow colon in PXE bootfile URLs - U-boot's PXE flow supports prefixing your bootfile name with an IP address to fetch from a server other than the DHCP server, e.g. `hostIPaddr:bootfilename`: https://github.