]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: networking: switchdev: fix command for static FDB entries
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 16 Mar 2021 11:24:19 +0000 (13:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 22:13:45 +0000 (15:13 -0700)
commitf7b1eb6abdbc92a65e35add43cedeb61bf171477
tree160199344a79d895a402ff36c19eede05b44ca8e
parent1a905aae94e402c3aa96955cc86c5a4a78f55bc9
Documentation: networking: switchdev: fix command for static FDB entries

The "bridge fdb add" command provided in the switchdev documentation is
junk now, not only because it is syntactically incorrect and rejected by
the iproute2 bridge program, but also because it was not updated in
light of Arkadi Sharshevsky's radical switchdev refactoring in commit
14e894c6f63a ("net: switchdev: Remove bridge bypass support from
switchdev"). Try to explain what the intended usage pattern is with the
new kernel implementation.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/switchdev.rst