diff options
Diffstat (limited to 'src/include/ipxe/ipoib.h')
| -rw-r--r-- | src/include/ipxe/ipoib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/ipoib.h b/src/include/ipxe/ipoib.h index 6a3fd607a..e8f12dc5d 100644 --- a/src/include/ipxe/ipoib.h +++ b/src/include/ipxe/ipoib.h @@ -22,7 +22,7 @@ struct ipoib_mac { */ uint32_t flags__qpn; /** Port GID */ - struct ib_gid gid; + union ib_gid gid; } __attribute__ (( packed )); /** IPoIB link-layer header length */ |
