From c2728560473defb8081e2f8af996dea101aba3b8 Mon Sep 17 00:00:00 2001 From: Annika Hannig Date: Mon, 15 Jan 2024 11:16:34 +0100 Subject: [PATCH] updated config example with community filter cutoff --- etc/alice-lg/alice.example.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/alice-lg/alice.example.conf b/etc/alice-lg/alice.example.conf index ead235b..a1bc2e2 100644 --- a/etc/alice-lg/alice.example.conf +++ b/etc/alice-lg/alice.example.conf @@ -11,6 +11,13 @@ listen_http = 127.0.0.1:7340 # enable the prefix-lookup endpoint / the global search feature enable_prefix_lookup = true +# Prefix lookup community filter cutoff defines an upper limit +# of returned routes for which the community filters list is +# available. If the number of routes exceeds this limit, the +# communities filters become available if there is a specific +# route server selected. Default: 100000. +prefix_lookup_community_filter_cutoff = 100000 + # Try to refresh the neighbor status on every request to /neighbors enable_neighbors_status_refresh = false