]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fcoe] Use only the first instance of a FIP descriptor
authorMichael Brown <mcb30@ipxe.org>
Sat, 27 Nov 2010 15:48:01 +0000 (15:48 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 27 Nov 2010 16:04:57 +0000 (16:04 +0000)
commit54ec712ebeb6076ec1c958076da41c804fded378
tree476f1f6e271ae59353cad42f58cc3c4dffea45a9
parentc5c0a27b688c50961ad3761a36dd0bd3130e75d7
[fcoe] Use only the first instance of a FIP descriptor

Almost all FIP packets contain at most one instance of each
descriptor.  A VLAN notification may contain multiple VLAN
descriptors.  The FCoE specification does not provide any guidance
regarding prioritisation of VLANs, so we may choose to arbitrarily
choose the first listed VLAN.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/fcoe.c