CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/06 03:49:26
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
Fix reloading of network statements that have no fixed prefix specification.
The return value of kr_net_redist_add() was not as intended and so
kr_redistribute() removed those networks on config reloads.
Bug reported by openbsd (at) kene.nu
OK benno@
