v1.4.0
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
tobgpq4
.The
bgpq4
tool is now referenced as the default one in thebgpq3_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 theirbgpq3
binary or to make surebgpq4
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.