I saw from a thread a while back that putting as-path regular expression support into OpenBGPd was being considered. I'm testing out a 4.2 snapshot, and so far it doesn't seem to be there just yet.
For various reasons, I'd like to be able to tweak prefixes based on some specific as-path values a la Juniper. This kind of stuff: Criteria: Path whose second AS number must be 56 or 78. Regular Expression: (. 56) | (. 78) or . (56|78) Example Matches: 1234 56 and/or 34 78 http://www.juniper.net/techpubs/software/junos/junos74/swconfig74-policy/html/policy-extend-match-config3.html Anyone know if this is in the works?