Skip to content

v0.2.0

Compare
Choose a tag to compare
@pierky pierky released this 27 Feb 18:26
· 1200 commits to master since this release

New features

  • setup-templates command to just sync local templates with those distributed within a new release.

  • Multithreading support for tasks that acquire data from external sources (IRRDB info, PeeringDB max-pre
    fix).

    Can be set using the threads option in the arouteserver.yml configuration file.

  • New template-context command, useful to dump the list of context variables and data that can be use
    d inside a template.

  • New empty AS-SETs handling: if an AS-SET is empty, no errors are given but only a warning is logged and
    the configuration building process goes on.

    Any client with IRRDB enforcing enabled and whose AS-SET is empty will have its routes rejected by the
    route server.

To upgrade

To upgrade the program, download the new version...

# if you cloned the repository from GitHub,
# from within the local repository's directory:
git pull origin master

# if you installed it with pip:
pip install --upgrade arouteserver

... then sync the local templates with those distributed in the new version:

arouteserver setup-templates