Files
ipxe/src/core
Michael Brown b5b60ea33d [interface] Fix debug message values for temporary interfaces
The interface debug message values constructed by INTF_DBG() et al
rely on the interface being embedded within a containing object.  This
assumption is not valid for the temporary outbound-only interfaces
constructed on the stack by intf_shutdown() and xfer_vredirect().

Formalise the notion of a temporary outbound-only interface as having
a NULL interface descriptor, and overload the "original interface
descriptor" field to contain a pointer to the original interface that
the temporary interface is shadowing.

Originally-fixed-by: Vincent Fazio <vfazio@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2023-07-04 16:54:39 +01:00
..
2016-03-22 16:18:42 +00:00
2016-03-22 08:44:32 +00:00
2005-03-08 18:53:11 +00:00
2010-04-19 23:43:39 +01:00
2021-07-01 16:32:46 +01:00
2021-05-18 11:45:24 +01:00