In expire_mfc(), add an assert on the multicast forwarding cache mutex.
PR: 138666
This commit is contained in:
parent
66ed47241a
commit
6cbbe26f98
@ -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…
x
Reference in New Issue
Block a user