CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/02/06 17:02:02
Modified files: usr.sbin/bgpd : rde.c rde.h rde_rib.c Log message: Add plumbing inside of the prefix handling to put prefixes on either the prefixes or updates list depending on flags passed to the functions. While there also introduce a similar flag for rde_aspath and adjust path_compare so that this flag is ignored (liked the linked one). OK benno@