From 1f053c25c423c79471fbe1d5fb6c618bb67409df Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Fri, 5 May 2017 11:19:40 -0400 Subject: *: support remove private as cli ``` $ gobgp n add as remove-private-as (all|replace) ``` config ``` neighbor: config: peer-as: neighbor-address: remove-private-as: all ``` Signed-off-by: Wataru Ishida --- docs/sources/cli-command-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sources/cli-command-syntax.md') diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index 7c70248b..293fd1ff 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -103,7 +103,7 @@ The following options can be specified in the global subcommand: #### - syntax ```shell # add neighbor -% gobgp neighbor add { | interface } as [ vrf | route-reflector-client [] | route-server-client | allow-own-as ] +% gobgp neighbor add { | interface } as [ vrf | route-reflector-client [] | route-server-client | allow-own-as | remove-private-as (all|replace) ] # delete neighbor % gobgp neighbor delete { | interface } % gobgp neighbor softreset [-a
] -- cgit v1.2.3