Skip to content
Matthias Wählisch edited this page Jul 1, 2015 · 2 revisions

1. Requirements

Download and install the RTRlib. Please, enable SSH support. After the installation, do not forget to call ldconfig to update the shared library cache if you use Linux.

This extension was tested under Linux x86-64.

2. Get Quagga with RPKI

Checkout the latest version, which includes the Quagga master branch patched with the RPKI extension

git clone git://github.com/rtrlib/quagga-rtrlib.git

3. Configure and Install Quagga

  1. In the Quagga-RTRlib root directory, run
./update-autotools && autoreconf
  1. Configure Quagga with
--enable-rpki

and run

make && make install
Clone this wiki locally