Skip to content

Commit b6192b9

Browse files
committed
refactor: update readme
1 parent 9f12324 commit b6192b9

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ secure and repeatable routing policy.
99

1010
Check out the [installation page](https://pathvector.io/docs/installation),
1111
[practical examples](https://pathvector.io/docs/examples), and
12-
[full configuration manual](https://pathvector.io/docs/configuration).
12+
[configuration manual](https://pathvector.io/docs/configuration).
1313

1414
## Features
1515

16-
* Robust BGP route filtering with RPKI, IRR, AS path, and route limits all automatically configured from PeeringDB
17-
* Auxiliary protocol support with BFD, VRRP, and MRT
16+
* Robust BGP route filtering with RPKI, IRR, and downstream AS cone, ASPA, never-via-RS and more
17+
* Automatic configuration from PeeringDB
1818
* Automatic route optimization by enriching the standard set of BGP attributes with latency and packet loss metrics
1919
* Declarative configuration model: Want to track your changes? Just commit your file to version control.
2020
* Data-plane agnostic: Pathvector works on servers, network switches, embedded devices, etc
21-
* Extensible plugin API
21+
* BFD and VRRP support
22+
* Extensible Go plugin API

docs/docs/about.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ secure and repeatable routing policy.
1414

1515
Check out the [installation page](https://pathvector.io/docs/installation),
1616
[practical examples](https://pathvector.io/docs/examples), and
17-
[full configuration manual](https://pathvector.io/docs/configuration).
17+
[configuration manual](https://pathvector.io/docs/configuration).
1818

1919
## Features
2020

21-
* Robust BGP route filtering with RPKI, IRR, AS path, and route limits all automatically configured from PeeringDB
22-
* Auxiliary protocol support with BFD, VRRP, and MRT
21+
* Robust BGP route filtering with RPKI, IRR, and downstream AS cone, ASPA, never-via-RS and more
22+
* Automatic configuration from PeeringDB
2323
* Automatic route optimization by enriching the standard set of BGP attributes with latency and packet loss metrics
2424
* Declarative configuration model: Want to track your changes? Just commit your file to version control.
2525
* Data-plane agnostic: Pathvector works on servers, network switches, embedded devices, etc
26-
* Extensible plugin API
26+
* BFD and VRRP support
27+
* Extensible Go plugin API

0 commit comments

Comments
 (0)