Skip to content

hacktivism-github/irrtoolset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.0%
  • Yacc 5.7%
  • C 4.0%
  • Roff 3.8%
  • Lex 1.9%
  • Makefile 1.2%
  • M4 0.4%