From c8fdac2ee5586ff81a72f821ef994f10ef6ec587 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Wed, 22 Apr 2015 21:19:46 +0900 Subject: docs: update all the docs about the new CLI syntax Signed-off-by: FUJITA Tomonori --- docs/sources/route-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/sources/route-server.md') 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}] -- cgit v1.2.3