Skip to content

jerikan-network/irrd-legacy

 
 

Repository files navigation

About this legacy repository

This is the source distribution of the legacy Internet Routing Registry Daemon (IRRd). Users of IRRd are strongly recommended to migrate to IRRd version 4!

Legacy IRRd (up to and including version 3) were jointly maintained by Merit Network, Inc. and NTT Communications, Inc. employees. The legacy IRR code base is no longer maintained.

A user guide is included as part of the distribution as irrd-user.pdf.

IRRd depends on bison, flex and the glib2 development files.

To build and install the distribution, execute the following commands:

git clone https://github.com/irrdnet/irrd.git
cd irrd/src
./autogen.sh
./configure
make
make install

Ubuntu 12 notes

sudo apt-get install byacc automake autoconf build-essential gnupg flex

Ubuntu 14 notes

sudo apt-get install byacc automake autoconf build-essential gnupg flex libglib2.0-dev

Binaries are installed in /usr/local/sbin by default.

About

the Internet Routing Registry daemon

Resources

Stars

Watchers

Forks

Languages

  • C 72.3%
  • Perl 20.1%
  • Yacc 3.2%
  • Shell 1.8%
  • Makefile 0.8%
  • Python 0.7%
  • Other 1.1%