summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/rpki.md
diff options
context:
space:
mode:
authorSatoshi Fujimoto <satoshi.fujimoto7@gmail.com>2017-07-04 16:52:23 +0900
committerSatoshi Fujimoto <satoshi.fujimoto7@gmail.com>2017-07-19 09:44:20 +0900
commit0b404b8ca79841fce13fcddbaf6c51c16c6e7a47 (patch)
tree0a64a79790bd6dc41d6a6a9f2b51ef9e7927f955 /docs/sources/rpki.md
parent6d47f53b8bf59489bb263405e5eb6acdbcce86e9 (diff)
docs: Delete description for monitoring RPKI
This feature is droped in 35efcd570d6. Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
Diffstat (limited to 'docs/sources/rpki.md')
-rw-r--r--docs/sources/rpki.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/sources/rpki.md b/docs/sources/rpki.md
index 4f75e0b3..9623398f 100644
--- a/docs/sources/rpki.md
+++ b/docs/sources/rpki.md
@@ -184,17 +184,3 @@ enables you to validate all the routes.
```bash
$ gobgp rpki validate
```
-
-## <a name="section4"> Monitoring validation
-
-You can monitor the validation results in real-time.
-
-```bash
-$ gobgp monitor rpki
-[VALIDATION] Reason: Update, Peer: 10.0.255.1, Timestamp: 2016-01-18 06:47:33 -0800 PST, Prefix:217.196.16.0/20, OriginAS:24651, ASPath:24651, Old:NONE, New:INVALID, ROAs: [Source: 210.173.170.254:323, AS: 6453, Prefix: 217.196.16.0, Prefixlen: 20, Maxlen: 20], [Source: 210.173.170.254:323, AS: 6854, Prefix: 217.196.16.0, Prefixlen: 20, Maxlen: 20], [Source: 210.173.170.254:323, AS: 41798, Prefix: 217.196.16.0, Prefixlen: 20, Maxlen: 20], [Source: 210.173.170.254:323, AS: 43994, Prefix: 217.196.16.0, Prefixlen: 20, Maxlen: 20]
-[VALIDATION] Reason: PeerDown, Peer: 10.0.255.3, Timestamp: 2016-01-18 06:47:33 -0800 PST, Prefix:223.27.80.0/24, OriginAS:65003, ASPath:65003, Old:INVALID, New:INVALID
-```
-
-Notification is sent when the validation result of a route changes to
-invalid or non-invalid. Notification is also sent when an invalid
-route is withdrawn.