CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/20 13:32:16
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
prefix_add() is only called by path_update() and path_update already
knows if the prefix exists or not (by calling prefix_get()). So doing
the same check again in prefix_add() is silly and actually rather
expensive with lots of peers.
OK phessler@
