forked from rtrlib/bird-rtrlib-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
60 lines (34 loc) · 1.23 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
BIRD RTRlib CLI Integration
===========================
Introduction
------------
This tool maintains the ROA table of the BIRD Internet Routing Daemon
(http://bird.network.cz). It automatically adds and deletes ROA
information using the RTRlib (http://rpki.realmv6.org/).
This tool brings RPKI functionality to BIRD but does not require any
changes to the BIRD code base. The program runs in parallel to the BIRD
daemon and communicates with the daemon via the BIRD control socket.
Requirements
------------
To build the command line interface, (1) the CMake build system, (2)
RTRlib with SSH support, and (3) BIRD must be installed.
Compilation
-----------
* Generate Makefile
RTRlib was installed in default paths
cmake .
RTRlib was installed in a non-default directory <rtrlib>
cmake -DRTRLIB_INCLUDE=<rtrlib> -DRTRLIB_LIBRARY=</path/to/rtrlib.[a|so|dylib]> .
* Build the command line interface
make
Using
-----
* Create a ROA table in the bird.conf
* Start BIRD RTRLIB CLI, i.e., connect to a BIRD control socket and RPKI
cache server, for example
./bird-rtrlib-cli -b /var/run/bird.ctl -r rpki-validator.realmv6.org:8282
* Help
./bird-rtrlib-cli --help
Contact
-------
Mailing List: [email protected]