CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2016/01/07 11:41:41
Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: If transparent-as is set to no AS paths are prepended with the local AS not "their" AS. Which would be silly, the peer would just reject the prefix because the AS path contains its own AS. Pointed out by Colin Petrie cpetrie AT ripe DOT net, thanks! OK phessler, sthen, benno, jmc