Displaying 2 results from an estimated 2 matches for "defaultaddress".
2015 Jul 20
0
[syslinux:firmware] efi: Add network support
...t; > + udata.RemotePort = port;
> > + udata.AcceptPromiscuous = TRUE;
> > +
>
> Looking at UEFI Spec v2.5 (same wording since the oldest 2.0 I have)
> for EFI_UDP4_CONFIG_DATA, I could see now why an EFI implementer might
> misinterpret the language and say that UseDefaultAddress is broken for
> transmit even though my interpretation is that it will work for
> transmit but is ignored for receive filtering.
As with all things related to UEFI there's a certain amount of "forget
what the spec says and just program to whatever the firmware *does*".
I suspe...
2015 Jul 18
2
[syslinux:firmware] efi: Add network support
...teAddress, &ip, sizeof(ip));
> + udata.RemotePort = port;
> + udata.AcceptPromiscuous = TRUE;
> +
Looking at UEFI Spec v2.5 (same wording since the oldest 2.0 I have)
for EFI_UDP4_CONFIG_DATA, I could see now why an EFI implementer might
misinterpret the language and say that UseDefaultAddress is broken for
transmit even though my interpretation is that it will work for
transmit but is ignored for receive filtering.
--
-Gene