Displaying 1 result from an estimated 1 matches for "x0i".
Did you mean:
x0f
2004 Mar 01
0
[PATCH] pxelinux corrupts ipappend-ed paramaters...
Attached patch addresses following problems with pxelinux:
1. If a x0y number is present in ip address to be ipappend-ed, middle
zero is omitted, e.g. 192.168.0.109 is passed as 192.168.0.19.
2. UDP port numbers allocated by pxelinux.0 are 100% predictable,
which might cause trouble when client reboots too fast for orphaned
tftpd process to time out.
The latter problem is [suggested to