Skip to content

Commit

Permalink
docs: remove obsolete rpki command
Browse files Browse the repository at this point in the history
Long ago gobgp stored the validation results in memory but for reduce
memory usage, the cache was removed. Currently, every time you request
the validation result, gobgp validates paths with the latest ROAs.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
  • Loading branch information
fujita committed May 26, 2019
1 parent 25428e8 commit 8fb7194
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/sources/rpki.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,3 @@ Target Prefix: 2.1.0.0/16, AS: 65001

From this, we can notice that 2.1.0.0/16 (Origin AS: 65001) is invalid due to its origin AS,
the origin AS should be 3215.

## Force Re-validation

Validation is executed every time bgp update messages arrive. The
changes of ROAs doesn't trigger off validation. The following command
enables you to validate all the routes.

```bash
$ gobgp rpki validate
```

0 comments on commit 8fb7194

Please sign in to comment.