CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/09/09 06:33:51
Modified files: usr.sbin/bgpd : rde.c rde.h rde_rib.c rde_update.c Log message: Clean up prefix flag handling. First of all the dynamic networks no longer need this and are now treated equally to the network statement in the config. This makes bgpctl network delete <net> also remove a network which was defined in the config. While there remove the other use of flag which was done to support Adj-RIB-Out but the direction we're taking is no longer needing that. Makes code simpler again. OK benno@