diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-07-26 15:18:49 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-07-26 15:18:49 +0900 |
commit | c88aaff9b5ebc74810af21222b4671f36a593682 (patch) | |
tree | 0ded980fc52c5c5b1b13df7d6594286e60112e34 /docs/sources/cli-command-syntax.md | |
parent | 4381055dae5bda8a86cac8c5f46235c791b25d8a (diff) |
improve cli addpath usage message
also add an example to cli doc.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/cli-command-syntax.md')
-rw-r--r-- | docs/sources/cli-command-syntax.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index b06e9120..7167d6c5 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -69,6 +69,7 @@ If you want to remove routes with the address of the ipv6 from global rib: % gobgp global rib add -a ipv4 10.0.0.0/24 aigp metric 200 % gobgp global rib add -a ipv4 10.0.0.0/24 large-community 100:100:100 % gobgp global rib add -a ipv4 10.0.0.0/24 large-community 100:100:100,200:200:200 +% gobgp global rib add -a ipv4 10.0.0.0/24 identifier 10 % gobgp global rib add -a ipv4-mpls 10.0.0.0/24 100 % gobgp global rib add -a ipv4-mpls 10.0.0.0/24 100/200 % gobgp global rib add -a ipv4-mpls 10.0.0.0/24 100 nexthop 20.20.20.20 |