Use IN6_IS_ADDR_MC_NODELOCAL() instead of IN6_IS_ADDR_MC_INTFACELOCAL().
authorclaudio <claudio@openbsd.org>
Fri, 24 Jun 2022 10:36:53 +0000 (10:36 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 24 Jun 2022 10:36:53 +0000 (10:36 +0000)
commit4ff2dba3266d83c51739894d66bc1f0a3b9f3bda
tree89018c7b583783323aa662807e7b971575720cc9
parent0b92530905b23ca107eae1b571db4ae7d97b0487
Use IN6_IS_ADDR_MC_NODELOCAL() instead of IN6_IS_ADDR_MC_INTFACELOCAL().
It seems that IN6_IS_ADDR_MC_NODELOCAL() is the official name of this
nightmare and therefor more portable.
OK tb@
usr.sbin/bgpd/kroute.c
usr.sbin/bgpd/util.c