CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/18 09:57:16
Modified files:
sys/net : if.c
Log message:
Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()
already call rtm_ifchg() and so this would just result in a duplicate message.
Noticed by deraadt@. OK florian@ bluhm@
