Actions
Bug #9475
closedlibefi: Do not return only if ReceiveFilter fails
Start date:
2018-04-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
https://svnweb.freebsd.org/base?view=revision&revision=331767
If the network interface or the uefi implementation do not support the ReceiveFilter interface do not return only and just print a message. U-Boot doesn't support is and likely never will. Also even if this fails it doesn't mean that network in EFI isn't supported.
Updated by Toomas Soome about 4 years ago
- Subject changed from libefi: Do not return only if ReceiveFilter fails to libefi: Do not return only if ReceiveFilter fails
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 696c22af67f1944ec22b4086570891189a8e7201
commit 696c22af67f1944ec22b4086570891189a8e7201 Author: Toomas Soome <tsoome@me.com> Date: 2018-06-20T19:37:44.000Z 9475 libefi: Do not return only if ReceiveFilter fails Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Ken Mays <kmays2000@gmail.com> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Approved by: Robert Mustacchi <rm@joyent.com>
Actions