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)
commit787a4109f46847975ffae7d528a55c6b768ef0aa
tree160199344a79d895a402ff36c19eede05b44ca8e
parent0f22ad45f47cca1f0fd564c7bf4a28f481b95f10
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
29ab586c3d83 ("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