Skip to content

Commit

Permalink
Merge pull request #167 from nttcom/release/v1.3.0
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
watal committed Jun 12, 2024
2 parents 08bef08 + d22abfc commit 941a2b4
Show file tree
Hide file tree
Showing 31 changed files with 2,047 additions and 579 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"yaml.format.enable": true,
"yaml.completion": true,
"yaml.validate": true,
"yaml.hover": true,
"yaml.schemas": {
"./docs/schemas/polad_config.json": [
"polad*.yaml",
"polad*.yml"
],
"./cmd/pola/docs/schemas/policy.json": [
"*POLICY*.yaml",
"*POLICY*.yml",
"*policy*.yaml",
"*policy*.yml"
],
},
"files.insertFinalNewline": true,
}
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Pola PCE is an implementation of the Path Computation Element (PCE) and a PCEP Library in Go.

## Features
* Support for SRv6 and SR-MPLS
* Support for SRv6(full-SID/uSID) and SR-MPLS
* Implementation of active stateful PCE functionality (PCInitiate, PCUpdate, etc.)
* Dynamic and explicit SR policy definition using YAML
* Dynamic path: Utilizes CSPF with GoBGP BGP-LS TED
Expand All @@ -25,9 +25,12 @@ Pola PCE is an implementation of the Path Computation Element (PCE) and a PCEP L
* Junos
* FRRouting

### SRv6
### SRv6 (full-SID)
* Junos

### SRv6 (uSID)
* IOS-XR

## Installation & Use
* [Getting Started](docs/sources/getting-started.md)
* Examples (powered by [Containerlab](https://containerlab.dev/)/[Tinet](https://github.com/tinynetwork/tinet))
Expand Down
Loading

0 comments on commit 941a2b4

Please sign in to comment.