diff options
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 |