mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[ipv6] Add ndp_tx_router_solicitation() to send router solicitations
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -926,6 +926,7 @@ static int ipv6_probe ( struct net_device *netdev ) {
|
||||
int rc;
|
||||
|
||||
/* Construct link-local address from EUI-64 as per RFC 2464 */
|
||||
memset ( &address, 0, sizeof ( address ) );
|
||||
prefix_len = ipv6_link_local ( &address, netdev );
|
||||
if ( prefix_len < 0 ) {
|
||||
rc = prefix_len;
|
||||
|
||||
Reference in New Issue
Block a user