-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Matthias Wählisch edited this page Jul 1, 2015
·
2 revisions
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.
Checkout the latest version, which includes the Quagga master branch patched with the RPKI extension
git clone git://github.com/rtrlib/quagga-rtrlib.git
- In the Quagga-RTRlib root directory, run
./update-autotools && autoreconf
- Configure Quagga with
--enable-rpki
and run
make && make install