diff options
author | Ido Schimmel <idosch@nvidia.com> | 2022-12-06 12:58:03 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-12-07 20:05:51 -0800 |
commit | f2b5aac68117909c3ac9e660c3182fd59524242f (patch) | |
tree | b9256dfccfa065a6708ed835c40181153d7b1e97 /drivers | |
parent | 3866116815249be8a5ebfa37ddea9f1032c976a9 (diff) | |
download | linux-f2b5aac68117909c3ac9e660c3182fd59524242f.tar.bz2 |
bridge: mcast: Use MDB configuration structure where possible
The MDB configuration structure (i.e., struct br_mdb_config) now
includes all the necessary information from the parsed RTM_{NEW,DEL}MDB
netlink messages, so use it.
This will later allow us to delete the calls to br_mdb_parse() from
br_mdb_add() and br_mdb_del().
No functional changes intended.
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions