17 Commits

Author SHA1 Message Date
sthen
1e53235fe0 update to arouteserver-1.6.0 2021-05-24 16:41:44 +00:00
sthen
3e8f9a623d update to arouteserver-1.5.0 2021-03-29 13:17:57 +00:00
sthen
8d2800f96c update to arouteserver-1.4.0 2021-03-01 14:43:52 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
8d4306c83b update to arouteserver-1.3.0 2021-01-11 14:25:55 +00:00
sthen
06aab5c36c update to arouteserver-1.2.0 2021-01-10 21:34:19 +00:00
sthen
6df8815bd0 update to arouteserver-1.0.1 2020-11-21 17:08:49 +00:00
sthen
97ba85a83b drop maintainer 2020-08-01 11:30:36 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
f9eae76dd8 update to arouteserver-0.26.0 2020-06-08 14:11:07 +00:00
sthen
419f895bd3 update to arouteserver-0.25.1 2020-05-14 11:50:12 +00:00
sthen
c031eeaf81 update to arouteserver-0.24.1
- adds support for bgpq4 (the default is still bgpq3 so dependency left
as-is for now)

- fix 'clients-from-euroix', the schema used by Euro-IX changed
2020-03-15 16:05:28 +00:00
sthen
6a342bb911 update to arouteserver 0.24.0
note, this adds "never via route-servers" ASN filtering (based on PeeringDB
attributes) which is on by default
2020-02-08 12:35:20 +00:00
sthen
981edcab11 update to arouteserver-0.23.0 2019-12-08 16:56:13 +00:00
sthen
69b64780e1 committed upstream 2019-10-07 10:32:03 +00:00
sthen
5572258bba import net/arouteserver, req'd and test help claudio@, help+ok kn@
thanks to pierky (upstream) for a quick fix on a sunday evening

ARouteServer is a Python tool to automatically build (and test)
configurations for BGP route servers.

Given YAML files providing general policies and clients' configuration
options, ARouteServer acquires external information to enrich them
(i.e. bgpq3 for IRR data, PeeringDB for max-prefix limit and AS-SETs)
and uses built-in Jinja2 templates to render configuration files for
route servers.

Currently it supports BIRD and OpenBGPd.
2019-10-06 20:33:43 +00:00