summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/vnic/vnic_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/vnic/vnic_dev.c')
-rw-r--r--usr/src/uts/common/io/vnic/vnic_dev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/vnic/vnic_dev.c b/usr/src/uts/common/io/vnic/vnic_dev.c
index d75db5f258..182d60167a 100644
--- a/usr/src/uts/common/io/vnic/vnic_dev.c
+++ b/usr/src/uts/common/io/vnic/vnic_dev.c
@@ -837,8 +837,8 @@ vnic_m_capab_get(void *arg, mac_capab_t cap, void *cap_data)
uint32_t *hcksum_txflags = cap_data;
*hcksum_txflags = vnic->vn_hcksum_txflags &
- (HCKSUM_INET_FULL_V4 | HCKSUM_IPHDRCKSUM |
- HCKSUM_INET_PARTIAL);
+ (HCKSUM_INET_FULL_V4 | HCKSUM_INET_FULL_V6 |
+ HCKSUM_IPHDRCKSUM | HCKSUM_INET_PARTIAL);
break;
}
case MAC_CAPAB_LSO: {