diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-01 18:38:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-01 18:38:02 +0000 |
commit | 10785d5e857da41a940365156eda8771b5218fe7 (patch) | |
tree | 8569b195e50cf7f58e9dff02701db911bda3bba6 /net/Makefile | |
parent | 4973296eb16cf7d62b576fb4a22e2f7fc511a08c (diff) |
Add new port: net/rpki-client
rpki-client is a FREE, easy-to-use implementation of the Resource Public Key
Infrastructure (RPKI) for Relying Parties (RP) to facilitate validation of the
Route Origin of a BGP announcement. The program queries the RPKI repository
system and outputs Validated ROA Payloads in the configuration format of either
OpenBGPD or BIRD, but also as CSV or JSON objects for consumption by other
routing stacks. rpki-client originated in OpenBSD.
This version is based on the portable version of rpki-client.
WWW: https://www.rpki-client.org/
WWW: https://github.com/rpki-client/rpki-client-portable
Allocate UID and GID 270 for use when running rpki-client.
Notes
Notes:
svn path=/head/; revision=540988
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 15472e81f47f..edf53545a2ed 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1182,6 +1182,7 @@ SUBDIR += ripe-whois SUBDIR += routinator SUBDIR += rp-pppoe + SUBDIR += rpki-client SUBDIR += rsocket-cpp SUBDIR += rsplib SUBDIR += rsync |