pxelinux.0 since Syslinux-5.10 won't return the IP of a string like "192.0.2.1" (which is the source of the issue). -- -Gene
Gene Cumm wrote:> pxelinux.0 since Syslinux-5.10 won't return the IP of a string like > "192.0.2.1" (which is the source of the issue).Which means the correct syntax for the pxechn.c32 command line should be like what? The example in doc/pxechn.txt is probably incorrect then? -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN sip:sudakov at sibptus.tomsk.ru
On Fri, Jul 12, 2013 at 2:14 PM, Victor Sudakov <vas at mpeks.tomsk.su> wrote:> Gene Cumm wrote: >> pxelinux.0 since Syslinux-5.10 won't return the IP of a string like >> "192.0.2.1" (which is the source of the issue). > > Which means the correct syntax for the pxechn.c32 command line > should be like what? > > The example in doc/pxechn.txt is probably incorrect then?It's a bug. Either pxe_dns() should have returned the IP or I should be checking that it's an IP first. -- -Gene