diff options
| author | Michael Brown | 2010-11-26 02:06:32 +0100 |
|---|---|---|
| committer | Michael Brown | 2010-11-26 02:09:41 +0100 |
| commit | 1790f56fb27d9fae43aa71a7cd65565f03caf27b (patch) | |
| tree | ed4303fe8ecd487da8da90917cc3c307aef2347e /src/include | |
| parent | [vlan] Provide vlan_can_be_trunk() (diff) | |
| download | ipxe-1790f56fb27d9fae43aa71a7cd65565f03caf27b.tar.gz ipxe-1790f56fb27d9fae43aa71a7cd65565f03caf27b.tar.xz ipxe-1790f56fb27d9fae43aa71a7cd65565f03caf27b.zip | |
[fcoe] Add support for FIP VLAN discovery
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/fcoe.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |
