mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 09:32:33 +03:00
When a network device is specified to tcpip_tx() or it's children, treat
it as a fallback network device rather than an explicitly forced network device. Clear routing table entries before re-attempting DHCP.
This commit is contained in:
@@ -143,7 +143,7 @@ int udp_senddata ( struct udp_connection *conn ) {
|
||||
*
|
||||
* @v conn UDP connection
|
||||
* @v peer Destination address
|
||||
* @v netdev Net device via which to send (or NULL)
|
||||
* @v netdev Network device to use if no route found, or NULL
|
||||
* @v data Data to send
|
||||
* @v len Length of data
|
||||
* @ret rc Return status code
|
||||
|
||||
Reference in New Issue
Block a user