CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/01/07 05:11:45
Modified files: usr.sbin/bgpd : bgpd.conf.5 rde_update.c Log message: With "transparent-as yes" do not filter based on well-known communties. Instead pass them on to the peer. This is more in line with RFC 7947 and was requested by job@. OK tb@