diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-12-01 18:51:29 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-12-01 18:51:29 +0000 |
commit | f14a5045d70fb0f46e8dec9bb2fe847407b0a278 (patch) | |
tree | 11c9bc030b13f72c9e2615629a4b5ae8bf4ea68f /src/include/ipxe/infiniband.h | |
parent | 5273c2748cbe48ad1fdc19d5f3026b3f10fa5057 (diff) | |
download | ipxe-f14a5045d70fb0f46e8dec9bb2fe847407b0a278.tar.gz |
[hermon] Work around hardware stripping of VLAN tags
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/infiniband.h')
-rw-r--r-- | src/include/ipxe/infiniband.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ipxe/infiniband.h b/src/include/ipxe/infiniband.h index be2b6e78d..f97a5d4fe 100644 --- a/src/include/ipxe/infiniband.h +++ b/src/include/ipxe/infiniband.h @@ -89,6 +89,10 @@ struct ib_address_vector { unsigned int gid_present; /** GID, if present */ union ib_gid gid; + /** VLAN is present */ + unsigned int vlan_present; + /** VLAN, if present */ + unsigned int vlan; }; /** An Infiniband Work Queue */ |