CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2020/03/31 03:43:23
Modified files: regress/usr.sbin/bgpd/config: bgpd.conf.9.ok Log message: For roa-set and origin-set the following statements get joined into one 10/8 source-as 3 10/8 maxlen 24 source-as 3 Only 10/8 maxlen 24 source-as 3 remains in the output since this is the set that covers both cases. This was changed in bgpd some time ago since the previous version where both networks where present resulted in lookup issues since the source-as can only be present once per prefix.