From dc4d9c6d1b253bc3a381f82941796b6bb8c71384 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 5 Mar 2019 18:06:56 +0100 Subject: doc: fix "del" command for removing a neighbor `gobgp neighbor delete` doesn't work. We need to use `gobgp neighbor del`. --- docs/sources/cli-command-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index 2bbfcb91..5369a029 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -128,7 +128,7 @@ Also, refer to the following for the detail syntax of each address family. # add neighbor % gobgp neighbor add { | interface } as [ vrf | route-reflector-client [] | route-server-client | allow-own-as | remove-private-as (all|replace) | replace-peer-as | ebgp-multihop-ttl ] # delete neighbor -% gobgp neighbor delete { | interface } +% gobgp neighbor del { | interface } % gobgp neighbor softreset [-a
] % gobgp neighbor softresetin [-a
] % gobgp neighbor softresetout [-a
] -- cgit v1.2.3