Skip to content

Releases: bgp/bgpq4

bgpq4 1.12

12 Feb 22:26
@job job
Compare
Choose a tag to compare

bgpq4 1.12

1.11: By default disallow 23456 as origin

20 Jun 13:00
@job job
Compare
Choose a tag to compare
Can be bypassed with '-p'

1.10

03 Jun 13:51
9fa14cc
Compare
Choose a tag to compare

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

Full Changelog: 1.9...1.10

1.9

05 Mar 12:12
@job job
Compare
Choose a tag to compare
1.9
Release 1.9

1.8

20 Jan 15:56
@job job
Compare
Choose a tag to compare
1.8
update CHANGELOG

1.7

03 Nov 11:33
@job job
Compare
Choose a tag to compare
1.7
Release 1.7

v1.6

07 Sep 13:20
@job job
Compare
Choose a tag to compare

Bugfix release

v1.5

25 Jul 09:25
@job job
Compare
Choose a tag to compare

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