Closed F-i-f closed 4 years ago
Weird, that warning comes from k_stop_dvmrp()
which is only called on SIGHUP
and when shutting down mrouted? Is it possible that you're seeing mrouted restart or something like that?
Anyway, the root cause turned out to be in the cleanup()
function which called k_stop_dvmrp()
twice. I'll post a fix in a minute to address this, which I believe fixes what you are seeing.
Thank you for taking the time to report this! <3
Confirmed that 50b24f7 takes care of the problem.
Awesome, thank you for verifying!
System: mrouted 4.0 linux kernel 5.5.17 Fedora 31
Every time mrouted starts, it reports:
Otherwise it seems to be working properly.