summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/route-server.md
diff options
context:
space:
mode:
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}]