lelutin / irrtoolset

The Internet Routing Registry Toolset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, irrtoolset@isc.org. 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.

About

The Internet Routing Registry Toolset

License:Other


Languages

Language:C++ 82.1%Language:Yacc 5.7%Language:C 4.8%Language:Roff 3.8%Language:Lex 1.9%Language:Makefile 1.2%Language:M4 0.4%