mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-17 00:33:40 +00:00
Bump to latest 12.5 branch to bring in the following: * Flush the mdb tables in the event of NETDEV_DOWN Signed-off-by: Sean Khan <datapronix@protonmail.com>
19 lines
542 B
Diff
19 lines
542 B
Diff
--- a/mc_snooping.c
|
|
+++ b/mc_snooping.c
|
|
@@ -3112,7 +3112,6 @@ static void mc_mdb_cleanup(unsigned long
|
|
os_hlist_for_each_entry_rcu(mdb, mdbh, &mc->hash[i], hlist) {
|
|
struct mc_port_group *pg;
|
|
struct hlist_node *pgh;
|
|
- struct net_device *port;
|
|
unsigned long expire_time = mc->membership_interval;
|
|
|
|
if (hlist_empty(&mdb->pslist)) {
|
|
@@ -3147,7 +3146,6 @@ static void mc_mdb_cleanup(unsigned long
|
|
else if (time_before(this_timer, next_timer))
|
|
next_timer = this_timer;
|
|
}
|
|
- port = pg->port;
|
|
}
|
|
}
|
|
}
|