Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 07:39:05 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r324908 - stable/11/share/man/man4
Message-ID:  <201710230739.v9N7d5AA020646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Mon Oct 23 07:39:04 2017
New Revision: 324908
URL: https://svnweb.freebsd.org/changeset/base/324908

Log:
  MFC r324659: Update details of interface capabilities changed by bridge(4).
  
  PR:		221122

Modified:
  stable/11/share/man/man4/bridge.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/bridge.4
==============================================================================
--- stable/11/share/man/man4/bridge.4	Mon Oct 23 07:30:52 2017	(r324907)
+++ stable/11/share/man/man4/bridge.4	Mon Oct 23 07:39:04 2017	(r324908)
@@ -35,7 +35,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 27, 2013
+.Dd October 16, 2017
 .Dt IF_BRIDGE 4
 .Os
 .Sh NAME
@@ -129,8 +129,11 @@ in
 The MTU of the first member interface to be added is used as the bridge MTU.
 All additional members are required to have exactly the same value.
 .Pp
-The TXCSUM capability is disabled for any interface added to the bridge, and it
-is restored when the interface is removed again.
+The TOE, TSO, TXCSUM and TXCSUM6 capabilities on all interfaces added to the
+bridge are disabled if any of the interfaces doesn't support/enable them.
+The LRO capability is always disabled.
+All the capabilities are restored when the interface is removed from bridge.
+Changing capabilities in run time may cause NIC reinit and the link flap.
 .Pp
 The bridge supports
 .Dq monitor mode ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710230739.v9N7d5AA020646>