The IRRToolSet is a set of tools to work with Internet routing policies. These policies are stored in Internet Routing Registries (IRR) in the Routing Policy Specification Language.
The goal of the IRRToolSet is to make routing information more convenient and useful for network engineers, by providing tools for automated router configuration, routing policy analysis, and on-going maintenance.
IRRToolSet's website, up-to-date code and releases can be found at http://github.com/irrtoolset/irrtoolset.
The IRRToolSet community communicates via a mailing list, [email protected]
.
To subscribe to the mailing list you can visit
https://lists.isc.org/mailman/listinfo/irrtoolset
and use the form in the
section called "Subscribing to irrtoolset".
It is preferred for bug reports and patches to be reported on GitHub.
Standard installation needs a GNU C++ compiler, libreadline, automake, autoconf, libtool, bison and flex.
Under Debian and Ubuntu systems, this should suffice:
$ apt-get install build-essential git libtool bison flex automake autoconf libreadline6-dev
IRRToolSet uses autotools, so installation is as simple as:
$ autoconf -vfi
$ ./configure
$ make
$ make install
IRRToolSet has a long history and several parties hold copyright to various
parts of IRRToolSet. The code is licensed under a mixture of MIT, RIPE NCC
and GNU GPLv2+ licenses. Please consult the COPYING
file for more
information.