diff options
Diffstat (limited to 'docs')
-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 747d2303..5b02aa82 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -24,6 +24,8 @@ gobgp has six subcommands. % gobgp global rib add <prefix> [-a <address family>] # delete a specific Route % gobgp global rib del <prefix> [-a <address family>] +# delete all routes +% gobgp global rib del all [-a <address family>] # show all Route information % gobgp global rib [-a <address family>] # show a specific route information |