diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-02-13 08:39:17 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-02-13 08:39:17 +0900 |
commit | a892882fe3769573cce8a88a3cbd5ef655131d41 (patch) | |
tree | 56fd6e050ec03e98a40c46d941a7b5b746137d35 /docs | |
parent | 18d1ea08a054c6fb83372dcfbcf3c662c2303805 (diff) |
docs: update
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
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 |