Skip to content

v1.4.0

Compare
Choose a tag to compare
@pierky pierky released this 28 Feb 15:37
· 419 commits to master since this release

Please note: this release changes the default tool used to pull information from IRR, moving from bgpq3 to bgpq4. If you upgrade to this release and you are using bgpq3 to fetch IRR information, you either need to install bgpq4 (instructions here) or be sure that the bgpq3_path line is configured in your arouteserver.yml file and pointed to your bgpq3 binary.

  • New: Docker image to easily build route-server configurations.

    For more details, see the docker directory.

  • Improvement: change the default value of bgpq3_path to bgpq4.

    The bgpq4 tool is now referenced as the default one in the bgpq3_path configuration line of arouteserver.yml.

    Please note: operators who are using the tool and who left the bgpq3_path configuration line unset will now need to either explicitly configure that line to point to their bgpq3 binary or to make sure bgpq4 is available on their system.

  • Fix: the ixf-member-export command now produces a JSON file compliant with version 1.0 of the Euro-IX schema.

    See also GitHub #65.