summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridge.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-08-18 12:08:39 +0000
committermav <mav@FreeBSD.org>2016-08-18 12:08:39 +0000
commit91acefe034f757d22e4e246ae750d8ac9fb9af2c (patch)
tree00a4eda1eee57b2a354dd558341c50ba717a978d /sys/net/if_bridge.c
parent7ce87050c4fc676e35180b623a7a9cac87e81515 (diff)
downloadFreeBSD-src-91acefe034f757d22e4e246ae750d8ac9fb9af2c.zip
FreeBSD-src-91acefe034f757d22e4e246ae750d8ac9fb9af2c.tar.gz
MFC r303009: Negotiate/disable TXCSUM_IPV6 same as TXCSUM.
Diffstat (limited to 'sys/net/if_bridge.c')
-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 384ef89..ed2176c 100644
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -166,7 +166,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