CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/24 04:36:53
Modified files:
usr.sbin/bgpd : kroute.c util.c
Log message:
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@
