-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<img alt="Pathvector Logo" src="https://pathvector.io/img/black-border.svg" height="200" /> | ||
|
||
Pathvector is a declarative edge routing platform that automates route optimization and control plane configuration with secure and repeatable routing policy. | ||
Pathvector is a declarative edge routing platform that automates route optimization and control plane configuration with | ||
secure and repeatable routing policy. | ||
|
||
[![Docs](https://img.shields.io/static/v1?label=docs&message=pathvector.io&color=9407cd&style=for-the-badge)](https://pathvector.io) | ||
[![Go Report](https://goreportcard.com/badge/github.com/natesales/pathvector?style=for-the-badge)](https://goreportcard.com/report/github.com/natesales/pathvector) | ||
[![Codecov](https://img.shields.io/codecov/c/github/natesales/pathvector?style=for-the-badge)](https://app.codecov.io/gh/natesales/pathvector) | ||
[![CII Best Practices](https://img.shields.io/static/v1?label=CII%20Best%20Practices&message=passing&color=green&style=for-the-badge)](https://bestpractices.coreinfrastructure.org/projects/5328) | ||
|
||
Check out the [installation page](https://pathvector.io/docs/installation), | ||
[practical examples](https://pathvector.io/docs/examples), and | ||
[full configuration manual](https://pathvector.io/docs/configuration). | ||
|
||
## Features | ||
|
||
* Robust BGP route filtering with RPKI, IRR, and import limits automatically configured from PeeringDB. | ||
* Automatic route optimization by enriching the standard set of BGP attributes with latency and packet loss metrics. | ||
* Robust BGP route filtering with RPKI, IRR, AS path, and route limits all automatically configured from PeeringDB | ||
* Auxiliary protocol support with BFD, VRRP, and MRT | ||
* 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. | ||
* Data-plane agnostic: Pathvector works on servers, network switches, embedded devices, etc | ||
* Extensible plugin API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters