Releases: bgp/bgpq4
Releases Β· bgp/bgpq4
bgpq4 1.16
What's Changed
- Remove extra space for MikroTik's RouterOS V7 rules by @tim427 in #115
- filter out ASN 0 in juniper as-lists by @yu-re-ka in #117
- Update matrixbuild to current Linux distributions by @robert-scheck in #120
- Update workflow actions and containers by @robert-scheck in #121
- Forbid -e -E -6 by @ledeuns in #123
- Remove extraneous space in Arista prefixlist by @ledeuns in #124
- Fix yaml syntax error by @robert-scheck in #127
- Update expander.c to remove errant "Checking" output by @jford00 in #131
- expander.c: logic fix in bgpq_expander_invalidate_asn() by @mrngm in #132
- Remove duplicate/unreachable if() by @robert-scheck in #128
New Contributors
- @tim427 made their first contribution in #115
- @yu-re-ka made their first contribution in #117
- @jford00 made their first contribution in #131
- @mrngm made their first contribution in #132
Full Changelog: 1.15...1.16
bgpq4 1.12
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