v6.1.0
New release! Pathvector v6.1.0
Support Pathvector Development
Has Pathvector helped automate your network? Support the project on GitHub Sponsors. A small donation goes a long way to keep Pathvector sustainable and free for everyone.
New Features
- AS Path Provider Authorization (ASPA) filtering (9f12324)
- Transit Locking (per peer ASPA) (9cccc55)
- Limit prefix announcements to a peer with
only-announce
(d2a6d9a) prefix-communities
map to add communities to a prefix (9da3366)
Minor Features
- Added warning banner for snapshot releases
- Strip AS prefix from match command (6c9a9a0)
- Configurable bogon lists (
bogon-asns
,bogons4
,bogons6
) (bac2d58)
Bugfixes
- Docs edit page link (82c323e)
Changelog
- 2d25a89 Create FUNDING.yml
- d69c945 Merge branch 'main' into prefix-communities
- 53ebed6 Merge branch 'main' into prefix-communities
- b4be1df Merge pull request #147 from natesales/dependabot/npm_and_yarn/docs/json5-2.2.3
- b1af5b4 Merge pull request #148 from natesales/signing
- 8ec258b Merge pull request #150 from natesales/prefix-communities
- adfbc6c Merge remote-tracking branch 'origin/main'
- 829e676 Merge remote-tracking branch 'origin/main'
- 1939277 Merge remote-tracking branch 'origin/main'
- b35260e chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs
- 204ce70 chore: generate docs
- 35689ff chore: remove old readme
- 92682f3 chore: show go generate docs
- 027ffa8 chore: update docusaurus
- 9f12324 feat: add
authorized-providers
ASPA - d2a6d9a feat: add
only-announce
- 9da3366 feat: add
prefix-communities
option - bac2d58 feat: add configurable bogons list
- 85fc00f feat: add configurable transit ASN list
- 8836bef feat: add development warning banner
- 93c4f18 feat: add global ASPA filtering
- 4277409 feat: add navbar links
- 4da0e27 feat: add snapshot workflow
- 9cccc55 feat: add transit-lock
- 3274dfd feat: enable snapshot workflow
- 5ce611a fix: add comment
- 30e33bb fix: add comment
- 691cace fix: cleanup snapshot workflow
- c2b7c07 fix: disable redundant test
- 82c323e fix: docs edit link
- 7ea6f61 fix: import os
- ec2b8dc fix: logic expression
- 468be8f fix: new comment package (maybe faster?)
- 34e84e6 fix: plugin example typo
- 49e7309 fix: print warning to STDERR so it doesn't show up in docs output
- b6fe5c8 fix: restrict /snapshot to only me
- 2f78f68 fix: set artifact name to snapshot tag
- df7410d fix: snapshot workflow trigger
- e48eebc fix: snapshot workflow trigger
- b4a36a4 fix: snapshot workflow trigger
- 6c9a9a0 fix: strip AS prefix from match command
- 2fc4946 refactor: reformat
- 0302d8c refactor: remove yaml.v2
- b6192b9 refactor: update readme