From d280168106c9ef9ed68ad117b913f52e6bae1827 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sat, 6 Feb 2016 14:19:43 -0800 Subject: add route collector feature support like openbgp's route collector, sends all updates (not only best). Signed-off-by: FUJITA Tomonori --- docs/sources/configuration.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/sources/configuration.md') diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md index 4866d950..26985d2e 100644 --- a/docs/sources/configuration.md +++ b/docs/sources/configuration.md @@ -30,6 +30,8 @@ # 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