summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/route-server.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-04-22 21:19:46 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-04-22 21:19:46 +0900
commitc8fdac2ee5586ff81a72f821ef994f10ef6ec587 (patch)
tree4bc233135ec68c3ca79762a8ce95dc17775b03ff /docs/sources/route-server.md
parentcd31ffea16219da27aa93df4bb5e7fecadbd261f (diff)
docs: update all the docs about the new CLI syntax
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/route-server.md')
-rw-r--r--docs/sources/route-server.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/route-server.md b/docs/sources/route-server.md
index 673c9762..d3f8ed31 100644
--- a/docs/sources/route-server.md
+++ b/docs/sources/route-server.md
@@ -52,14 +52,14 @@ GoBGP implements multiple RIBs, that is, each peer has own local
RIB. Let's check respectively.
```
-$ gobgp show neighbor 10.0.255.1 local
+$ gobgp neighbor 10.0.255.1 local
Network Next Hop AS_PATH Age Attrs
*> 10.3.0.0/24 10.0.255.2 [65002] 00:05:50 [{Origin: 0} {Med: 0}]
*> 192.168.2.0/24 10.0.255.2 [65002] 00:05:50 [{Origin: 0} {Med: 0}]
```
```
-$ gobgp show neighbor 10.0.255.2 local
+$ gobgp neighbor 10.0.255.2 local
Network Next Hop AS_PATH Age Attrs
*> 10.3.0.0/16 10.0.255.1 [65001] 00:06:12 [{Origin: 0} {Med: 0}]
*> 10.3.0.1/32 10.0.255.1 [65001] 00:06:12 [{Origin: 0} {Med: 0}]