Negotiate/disable TXCSUM_IPV6 same as TXCSUM.
This commit is contained in:
parent
f4d4982ea6
commit
84e633724f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user