From 8fb71943c3d702dc458e872f2f17454382073463 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sun, 26 May 2019 19:39:43 +0900 Subject: docs: remove obsolete rpki command 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 --- docs/sources/rpki.md | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs') diff --git a/docs/sources/rpki.md b/docs/sources/rpki.md index c7818e7e..23272dd3 100644 --- a/docs/sources/rpki.md +++ b/docs/sources/rpki.md @@ -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 -``` -- cgit v1.2.3