[fcoe] Add support for FIP VLAN discovery

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-11-26 01:06:32 +00:00
parent b4706c88c9
commit 1790f56fb2
2 changed files with 152 additions and 3 deletions

View File

@@ -86,4 +86,7 @@ enum fcoe_eof {
FCOE_EOF_A = 0x50, /**< End of Frame Abort */
};
/** FCoE VLAN priority */
#define FCOE_VLAN_PRIORITY 3
#endif /* _IPXE_FCOE_H */