diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-25 23:52:21 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-25 23:52:21 +0900 |
commit | 45050d9b97f3821c6dbdbc98678a62ddfcf81aad (patch) | |
tree | e54184769a3e441d763e0cecad93ed13372b849a /docs/sources/configuration.md | |
parent | 6f95b7dc62b0ce8523e4f6da2e2bff5f4a4d3b78 (diff) |
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 <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/configuration.md')
-rw-r--r-- | docs/sources/configuration.md | 2 |
1 files changed, 0 insertions, 2 deletions
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] |