mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Improve tcpdump legibility.
This commit is contained in:
@@ -294,6 +294,7 @@ NET_PROTOCOL ( aoe_protocol );
|
||||
*/
|
||||
void aoe_open ( struct aoe_session *aoe ) {
|
||||
memset ( aoe->target, 0xff, sizeof ( aoe->target ) );
|
||||
aoe->tag = AOE_TAG_MAGIC;
|
||||
aoe->timer.expired = aoe_timer_expired;
|
||||
list_add ( &aoe->list, &aoe_sessions );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user