Lyle Franklin 85f8e03b2a 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`:
  a93907c43f
- However, this breaks bootfile paths 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 <lylejfranklin@gmail.com>
2022-04-22 15:44:10 -04:00
..
2020-06-12 13:17:23 -04:00
2022-01-19 18:11:34 +01:00
2022-04-22 15:44:10 -04:00
2022-03-18 12:48:17 -04:00
2019-09-04 11:37:19 -05:00
2020-09-30 16:55:03 -04:00
2018-07-02 14:14:20 -05:00