CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/12/18 09:00:27
Modified files:
etc/examples : bgpd.conf
Log message:
Make the example bgpd.conf work with 4byte ASN out of the box.
Use local-as in community and large-community stanzas since that will
be expanded at runtime. For communities that only work with 2byte ASN
the filter will never match (or nothing will be set / deleted) since
a 4byte ASN can never match.
We want an bgpd.conf example ruleset that is sensible, works and is a
good starting point for beginners. In other words we should not add
traps to the config.
OK deraadt@ job@