Michael Brown

Results 176 comments of Michael Brown

> I may not have tested on the latest master. Thank you for the pointer. Based on your `git bisect` log, your most recent commit tested was 115707c0edebad65f87525fed583fef73880016d which is...

> Still failed for me when building with this latest change and eapol enabled again, booting from snponly. > […](#) > On Sun, Mar 17, 2024 at 7:18 PM Christian...

> With ipxe.efi this does work for my test host, though we can’t use that bootloader due to issues that occur when many different nics are installed in a system....

The 18-byte packet will be zero-padded to 60 bytes on the wire anyway (64 bytes including the Ethernet FCS), since that is the minimum length Ethernet packet. We could possibly...

> On Mon, Mar 18, 2024 at 11:40 AM Michael Brown ***@***.***> wrote: @ech68 could you please retest snponly.efi built from #1177 ? > Same failure mode unfortunately. Thanks for...

> > Thanks for testing. Does ifstat report the driver as SNP or NII when you are using snponly.efi? > > NII Thanks. I've generalised the PR to cover both...

Thanks. See comment in https://github.com/ipxe/ipxe/pull/1145#issuecomment-1941363113

My fault, sorry - I meant to close this when the replacement PR was merged.

Support added in #1243, tested with a /32 handed out by ISC dhcpd using ``` shared-network "slash32" { subnet 10.251.251.1 netmask 255.255.255.255 {} subnet 10.42.69.23 netmask 255.255.255.255 { option subnet-mask...

> I can confirm the problem with IPv6: When the RA does not contain an ICMPv6 prefix information, iPXE should configure with the address from DHCPv6 with a /128 prefix...