summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-05-26 19:39:43 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-05-26 19:39:43 +0900
commit8fb71943c3d702dc458e872f2f17454382073463 (patch)
tree45b320bada04827c2f7653b895905126e636b21f /docs
parent25428e881edbf4205f2bb3fa707e9538ce3b4432 (diff)
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 <fujita.tomonori@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/sources/rpki.md10
1 files changed, 0 insertions, 10 deletions
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
-```