Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()
authorclaudio <claudio@openbsd.org>
Thu, 18 Mar 2021 15:57:16 +0000 (15:57 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 18 Mar 2021 15:57:16 +0000 (15:57 +0000)
commit8e687f4230919c44ff4d971ed7d1c484e6b010ea
treefe0b65f487a4a6500ce4c51de285d5ee8302fb93
parent56e7e3f65ab4653f41c2d0ef456044c2044ff529
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@
sys/net/if.c