bridge: mcast: Remove br_mdb_parse()
authorIdo Schimmel <idosch@nvidia.com>
Tue, 6 Dec 2022 10:58:06 +0000 (12:58 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Dec 2022 04:05:51 +0000 (20:05 -0800)
commit3ee5662345f26c3d694e25f3e3b577deaaf31c0f
tree4895ccd7e0c2e522fd16ff982c9d4ba074433c6b
parent9f52a51429791737eaf35c6fb5273d178ec005d9
bridge: mcast: Remove br_mdb_parse()

The parsing of the netlink messages and the validity checks are now
performed in br_mdb_config_init() so we can remove br_mdb_parse().

This finally allows us to stop passing netlink attributes deep in the
MDB control path and only use the MDB configuration structure.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/bridge/br_mdb.c