mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
[fc] Use port WWN rather than node WWN as the primary Fibre Channel name
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -677,7 +677,7 @@ static int fc_els_plogi_rx ( struct fc_els *els, const void *data,
|
||||
fc_id_ntoa ( &els->peer_port_id ) );
|
||||
|
||||
/* Get peer */
|
||||
peer = fc_peer_get_wwn ( &plogi->node_wwn );
|
||||
peer = fc_peer_get_wwn ( &plogi->port_wwn );
|
||||
if ( ! peer ) {
|
||||
DBGC ( els, FCELS_FMT " could not create peer\n",
|
||||
FCELS_ARGS ( els ) );
|
||||
|
||||
Reference in New Issue
Block a user