Releases: bgp/bgpq4
Releases Β· bgp/bgpq4
bgpq4 1.12
1.11: By default disallow 23456 as origin
Can be bypassed with '-p'
1.10
What's Changed
- Add github workflow for basic unit tests by @jwbensley in #87
- Add macOS to CI builds by @robert-scheck in #88
- Accept -3 as a no-op for bgpq3 compatibility by @rlaager in #90
- Add support for Nokia SR Linux IP prefix lists / ACL filters by @jbemmel in #91
- Add a line to usage for SR Linux -n2 option by @jbemmel in #92
- Added container build workflow by @hellt in #94
New Contributors
- @rlaager made their first contribution in #90
- @jbemmel made their first contribution in #91
- @hellt made their first contribution in #94
Full Changelog: 1.9...1.10
1.9
1.8
1.7
v1.6
v1.5
This release adds support for the new Junos as-path-origins
feature. This Junos feature allows matching the right most AS number on the AS path belongs to the as-list-group
specified in the as-path-origins
configuration statement at the [edit policy-options policy-statement policy-name from]
hierarchy level.
Example:
$ bgpq4 -J -H 15562 -l 15562_in AS15562:AS-SNIJDERS
policy-options {
replace:
as-list-group 15562_in {
as-list a0 members 15562;
as-list a1 members [ 112 234 267 8952 12654 31451 39765 41731 ];
as-list a2 members [ 41996 43997 44854 48603 51861 57436 57782 60003 ];
as-list a3 members [ 60927 61438 199036 202314 202539 205591 205593 205956 ];
as-list a4 members [ 206479 206499 206551 208241 210089 212121 ];
}
}
Review the Junos documentation for more information: https://www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/topic-map/Improve-as-path-lookup.html