From 179824221b5fd135375c82c6291a2bcf1008902f Mon Sep 17 00:00:00 2001 From: "chenhaiq@yunify.com" Date: Mon, 9 Jul 2018 22:05:04 +0800 Subject: cmd: implement ebgp-multihop-ttl option when add neighbor Signed-off-by: Chen Haiquan --- 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 232f1577..a6ac362b 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -126,7 +126,7 @@ Also, refer to the following for the detail syntax of each address family. ```shell # 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 ] +% 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 softreset [-a
] -- cgit v1.2.3