All Projects → irrtoolset → irrtoolset

irrtoolset / irrtoolset

Licence: other
The Internet Routing Registry Toolset

Programming Languages

C++
36643 projects - #6 most used programming language
Yacc
648 projects
c
50402 projects - #5 most used programming language
Roff
2310 projects
Lex
420 projects
Makefile
30231 projects
M4
1887 projects

Build Status

IRRToolSet

Overview

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.

Website

IRRToolSet's website, up-to-date code and releases can be found at http://github.com/irrtoolset/irrtoolset.

Bugs, patches & help

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.

Installation

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:

$ autoreconf -i
$ ./configure
$ make
$ make install

Copyright and licensing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].