diff options
author | Vladimir Oltean | 2022-07-16 21:53:40 +0300 |
---|---|---|
committer | David S. Miller | 2022-07-18 12:44:37 +0100 |
commit | 7f75d3dd4f5b00a1d3ef853f044a25b4cb55082a (patch) | |
tree | 9bd95f632435c556fa515af59fdb53139474f18d /Documentation | |
parent | e465d507c76ce2552e1e08513f1d1ca8c4175e9c (diff) |
docs: net: dsa: delete port_mdb_dump
This was deleted in 2017, stop documenting it.
Fixes: dc0cbff3ff9f ("net: dsa: Remove redundant MDB dump support")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/dsa/dsa.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/networking/dsa/dsa.rst b/Documentation/networking/dsa/dsa.rst index e61eef93be1b..118853d1d7ac 100644 --- a/Documentation/networking/dsa/dsa.rst +++ b/Documentation/networking/dsa/dsa.rst @@ -862,10 +862,6 @@ Bridge VLAN filtering the specified MAC address from the specified VLAN ID if it was mapped into this port forwarding database. -- ``port_mdb_dump``: bridge layer function invoked with a switchdev callback - function that the driver has to call for each MAC address known to be behind - the given port. A switchdev object is used to carry the VID and MDB info. - Link aggregation ---------------- |