mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
MFC r303009: Negotiate/disable TXCSUM_IPV6 same as TXCSUM.
This commit is contained in:
parent
6e59d4cac4
commit
a5d45459f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=304427
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user