-
-
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
7 changed files
with
42 additions
and
4 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,5 +1,5 @@ | ||
--- | ||
title: CLI | ||
title: CLI Usage | ||
sidebar_position: 6 | ||
--- | ||
# Usage | ||
|
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,5 +1,6 @@ | ||
--- | ||
title: Examples | ||
sidebar_position: 5 | ||
--- | ||
|
||
# Examples | ||
|
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,3 +1,4 @@ | ||
{ | ||
"label": "Integrations" | ||
"label": "Integrations", | ||
"position": 11 | ||
} |
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Version 6 | ||
sidebar_position: 12 | ||
--- | ||
|
||
Pathvector 6 is the latest major revision and comes with some new features and breaking changes. | ||
|
||
## Features | ||
- [Interactive CLI](https://pathvector.io/docs/interactive) | ||
- [AS path filtering](https://pathvector.io/docs/filtering/irr) | ||
- [MRT support](https://pathvector.io/docs/configuration#https://pathvector.io/docs/configuration#mrtinstance) | ||
- [Template replacements](https://pathvector.io/docs/snippets) | ||
- [Extend plugin API to include custom commands](https://pathvector.io/docs/plugins) | ||
- [Export and receive limits](https://pathvector.io/docs/filtering/route-limits) | ||
- [Global config modification](https://pathvector.io/docs/configuration#global-config) | ||
- [Origin community tagging](https://pathvector.io/docs/configuration#origin-communities) | ||
- [Selective route announcement](https://pathvector.io/docs/configuration#dont-announce) | ||
- [BGP path reset](https://pathvector.io/docs/configuration#clear-path) | ||
- [BGP path modification](https://pathvector.io/docs/configuration#prepend-path) | ||
- [BGP hostname capability support](https://pathvector.io/docs/configuration#advertise-hostname) | ||
- [Peer on error control](https://pathvector.io/docs/configuration#disable-after-error) | ||
- [Configurable route selection tiebreaker](https://pathvector.io/docs/configuration#prefer-older-routes) | ||
|
||
## Breaking changes | ||
- Renamed `augments` to `kernel` and moved all kernel parameters to the `kernel` section | ||
- Added `Command` to plugin interface to support plugin commands | ||
- Rename `import-communities` => `add-on-import`, `export-communities` => `add-on-export`, and `announce-communities` => `announce` | ||
- Rename `cli` command to `birdsh` (`cli` is now the interactive CLI) | ||
|
||
## Enhancements | ||
- Process peers concurrently (a significant performance improvement) | ||
- Support both comma and colons community syntax | ||
- Minor bug fixes |
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