CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/05 07:09:32
Modified files:
sys/net : if.c
Log message:
Rename if_linkstate() to if_linkstate_task() and make sure that all callers
pass the ifindex to that function and not the ifp. This fixes the missing
link state change messages on if_up and if_down. This is a fix for Rev 1.444
which introduced this problem.
OK florian@
