Declarative routing platform that automates BGP route optimization and control plane configuration with secure and repeatable routing policy.
Find a file
Nate Sales b11cd26a25
Merge pull request #257 from AS207960/main
fix(AdvertiseHostname): Update peer.tmpl to fix advertising hostname
2025-01-15 07:56:09 -05:00
.github test: fix bird config directory permissions 2023-05-14 23:12:58 -07:00
cmd refactor: reformat 2024-04-24 01:18:22 -04:00
distrib feat: add snapshot workflow 2023-01-05 00:29:06 -08:00
docs Merge pull request #262 from natesales/dependabot/npm_and_yarn/docs/nanoid-3.3.8 2025-01-15 06:17:31 -05:00
pkg Merge pull request #257 from AS207960/main 2025-01-15 07:56:09 -05:00
tests refactor: reformat 2024-04-24 01:18:22 -04:00
vendorbuild fix: disable cisco build 2022-06-29 13:09:35 -07:00
.codecov.yml fix: threshold typo 2022-05-21 20:56:08 -07:00
.gitignore refactor: reformat 2024-04-24 01:11:30 -04:00
.goreleaser.yml change license to MIT 2022-06-17 19:35:50 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-10-17 01:03:20 -07:00
CONTRIBUTING.md feat: add testing policy 2021-10-20 14:12:01 -07:00
go.mod chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 2025-01-15 11:18:10 +00:00
go.sum chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 2025-01-15 11:18:10 +00:00
LICENSE change license to MIT 2022-06-17 19:35:50 -07:00
main.go fix: strip AS prefix from match command 2023-01-05 21:02:00 -08:00
Makefile test: fix test mode flag 2023-06-11 00:00:56 -07:00
plugin-generate.py refactor: remove internal package 2022-07-25 21:30:11 -07:00
plugin.cfg refactor: reformat 2024-04-24 01:18:22 -04:00
README.md feat: add transit-lock 2023-01-05 23:04:30 -08:00
SECURITY.md chore: create SECURITY.md 2021-10-19 20:31:51 -07:00

Pathvector Logo

Pathvector is a declarative edge routing platform that automates route optimization and control plane configuration with secure and repeatable routing policy.

Docs Go Report CII Best Practices

Check out the installation page, practical examples, and configuration manual.

Features

  • Robust BGP route filtering with RPKI, IRR, and downstream AS cone, ASPA, never-via-RS and more
  • Automatic configuration from PeeringDB
  • Automatic route optimization by enriching the standard set of BGP attributes with latency and packet loss metrics
  • Declarative configuration model: Want to track your changes? Just commit your file to version control.
  • Data-plane agnostic: Pathvector works on servers, network switches, embedded devices, etc
  • BFD and VRRP support
  • Extensible Go plugin API