mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
In expire_mfc(), add an assert on the multicast forwarding cache mutex.
PR: 138666
This commit is contained in:
parent
66ed47241a
commit
6cbbe26f98
1 changed files with 2 additions and 0 deletions
|
|
@ -1025,6 +1025,8 @@ expire_mfc(struct mfc *rt)
|
|||
{
|
||||
struct rtdetq *rte, *nrte;
|
||||
|
||||
MFC_LOCK_ASSERT();
|
||||
|
||||
free_bw_list(rt->mfc_bw_meter);
|
||||
|
||||
TAILQ_FOREACH_SAFE(rte, &rt->mfc_stall, rte_link, nrte) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue