CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/26 11:12:40
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
No need to check RB_REMOVE() return value if kif is not NULL.
Therefor check that in the IFAN_DEPARTURE case the interface was found
before calling kif_remove.
Idea and OK tb@
