From 45050d9b97f3821c6dbdbc98678a62ddfcf81aad Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 25 Apr 2016 23:52:21 +0900 Subject: remove collector mode support We need to update yang config collector mode (split into config and state). before that, let's remove the feature itself to see if there is any user of it. Signed-off-by: FUJITA Tomonori --- docs/sources/cli-command-syntax.md | 2 +- docs/sources/configuration.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/sources') diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index 011209e3..fec354d5 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -21,7 +21,7 @@ gobgp has six subcommands. #### syntax ```shell # configure global setting and start acting as bgp daemon -% gobgp global as router-id [listen-port ] [listen-addresses ...] [mpls-label-min ] [mpls-label-max ] [collector] +% gobgp global as router-id [listen-port ] [listen-addresses ...] [mpls-label-min ] [mpls-label-max ] # delete global setting and stop acting as bgp daemon (all peer sessions will be closed) % gobgp global del all # show global setting diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md index c210b58b..c082d56b 100644 --- a/docs/sources/configuration.md +++ b/docs/sources/configuration.md @@ -24,8 +24,6 @@ # listen address list (by default "0.0.0.0" and "::") local-address-list = ["192.168.10.1", "2001:db8::1"] - [global.collector] - enabled = true [[rpki-servers]] [rpki-servers.config] -- cgit v1.2.3