summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-08-18 12:09:20 +0000
committermav <mav@FreeBSD.org>2016-08-18 12:09:20 +0000
commit98fbcfecb8dc42a9f815a3673f986e67b32d2a43 (patch)
treeb8263216021a24a25fbbdbfe664a8c17859799c4 /sys/net
parent620c84b7ccb343227ec3d0d2f98c26950397a8f1 (diff)
downloadFreeBSD-src-98fbcfecb8dc42a9f815a3673f986e67b32d2a43.zip
FreeBSD-src-98fbcfecb8dc42a9f815a3673f986e67b32d2a43.tar.gz
MFC r303009: Negotiate/disable TXCSUM_IPV6 same as TXCSUM.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_bridge.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c
index f7c6365..e52b457 100644
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -165,7 +165,8 @@ __FBSDID("$FreeBSD$");
/*
* List of capabilities to possibly mask on the member interface.
*/
-#define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO|IFCAP_TXCSUM)
+#define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO|IFCAP_TXCSUM|\
+ IFCAP_TXCSUM_IPV6)
/*
* List of capabilities to strip
OpenPOWER on IntegriCloud