Declarative routing platform that automates BGP route optimization and control plane configuration with secure and repeatable routing policy. https://pathvector.io
  • Go 80.6%
  • Go Template 13.7%
  • Shell 2.9%
  • Python 2.1%
  • Makefile 0.4%
  • Other 0.3%
Find a file
Thomas Wodarek f492c4784c
Merge pull request #7 from twodarek/twodarek-some-updates
Bump all actions to golang 1.24 and fix a release pointer
2026-01-10 22:49:19 -05:00
.github Lets see if sudo fixes some file location problems 2026-01-06 23:18:13 -05:00
cmd Disable optimizer test that never worked 2026-01-10 22:42:39 -05:00
distrib swap namespace over to twodarek 2026-01-06 01:37:18 -05:00
docs Merge branch 'main' into twodarek-some-updates 2026-01-10 21:53:40 -05:00
pkg Increase ipv4 default import limit to 1.5m, riffed off of https://github.com/natesales/pathvector/pull/266/files 2026-01-10 22:23:52 -05:00
tests natesales -> twodarek 2026-01-06 01:56:20 -05:00
vendor Fix vendoring problem 2026-01-10 22:15:34 -05: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 swap namespace over to twodarek 2026-01-06 01:37:18 -05:00
go.mod Merge branch 'main' into twodarek-some-updates 2026-01-10 21:53:40 -05:00
go.sum chore(deps): bump github.com/sirupsen/logrus 2026-01-06 07:07:25 +00:00
LICENSE change license to MIT 2022-06-17 19:35:50 -07:00
main.go swap namespace over to twodarek 2026-01-06 01:37:18 -05: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 swap namespace over to twodarek 2026-01-06 01:37:18 -05: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