diff options
author | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2017-07-18 14:17:08 +0900 |
---|---|---|
committer | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2017-07-19 10:59:54 +0900 |
commit | be708d0b8d69ea9de3d904d2f6aaebcaabbdb55e (patch) | |
tree | 7d8eb0eaf86c8354d56742852878f1dc3f97f746 /docs/sources/cli-command-syntax.md | |
parent | c7ff8580f7cb0834680dc6a48a322c5545a22bfd (diff) |
doc: Add description for RPKI detailed information
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
Diffstat (limited to 'docs/sources/cli-command-syntax.md')
-rw-r--r-- | docs/sources/cli-command-syntax.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index 913eface..b06e9120 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -129,6 +129,8 @@ The following options can be specified in the global subcommand: % gobgp neighbor <neighbor address> [local|adj-in|adj-out] [<prefix>|<host>] [longer-prefixes|shorter-prefixes] [-a <address family>] # show table summary % gobgp neighbor <neighbor address> [local|adj-in|adj-out] summary [-a <address family>] +# show RPKI detailed information in adj-in table +% gobgp neighbor <neighbor address> adj-in <prefix> validation ``` #### - example |