CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/05 04:25:26
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Simplify rde_softreconfig_in(). There is no need to run the prefix through
the previous filter. path_update() and prefix_remove() are both smart enough
to handle the various cases correctly. Should reduce reload time with large
rulesets.
OK phessler@
