From 1790f56fb27d9fae43aa71a7cd65565f03caf27b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 26 Nov 2010 01:06:32 +0000 Subject: [fcoe] Add support for FIP VLAN discovery Signed-off-by: Michael Brown --- src/include/ipxe/fcoe.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/ipxe/fcoe.h b/src/include/ipxe/fcoe.h index 69120d3e6..6ba5b406a 100644 --- a/src/include/ipxe/fcoe.h +++ b/src/include/ipxe/fcoe.h @@ -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 */ -- cgit v1.2.3-55-g7522