From c03391707596e051a4d07d1f4fb169aef43bfadc Mon Sep 17 00:00:00 2001 From: Craig Thayer Date: Sat, 28 Nov 2020 08:57:08 -0800 Subject: [PATCH] Update configuration documentation Consul address requires the `/v1` base path to be specified in the configuration At least 1 community must be specified or BGP peering will fail --- config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 3d7e4ff..a567ad0 100644 --- a/config.yaml +++ b/config.yaml @@ -6,7 +6,7 @@ agent: # Time to flush out inactive apps cleanup_timer: 15m # Consul api addr for dynamic discovery - consul_addr: https://consul + consul_addr: https://consul/v1 # interval to query consul for app discovery consul_query_interval: 5m @@ -15,6 +15,7 @@ bgp: remote_as: 6789 # override the peer IP to use instead of auto discovering peer_ip: 10.10.10.1 + # at least 1 community must be specified communities: - asn:nnnn - asn:nnnn