Skip to content

Commit

Permalink
docs: cli-command-syntax.md: Missing arg to show VRF RIB
Browse files Browse the repository at this point in the history
This patch fixes the example on the doc for showing the VRF RIB where
the "rib" keyword is missing to execute the command.

Also, the "-a <adddress family>" is an option and this patch puts it
into brackets.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
  • Loading branch information
iwaseyusuke authored and fujita committed Dec 16, 2017
1 parent c09259d commit 694d364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/cli-command-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,11 @@ If you want to remove one element(extended community) of ExtCommunitySet, to spe
#### Syntax
```shell
# add routes to vrf
% gobgp vrf <vrf name> rib add <prefix> -a <address family>
% gobgp vrf <vrf name> rib add <prefix> [-a <address family>]
# del routes from vrf
% gobgp vrf <vrf name> rib del <prefix> -a <address family>
% gobgp vrf <vrf name> rib del <prefix> [-a <address family>]
# show routes in vrf
% gobgp vrf <vrf name>
% gobgp vrf <vrf name> rib [-a <address family>]
```
#### Example
Expand Down

0 comments on commit 694d364

Please sign in to comment.