https://github.com/rtrlib/perl-module
Perl module of the RTRlib
https://github.com/rtrlib/perl-module
Last synced: about 1 year ago
JSON representation
Perl module of the RTRlib
- Host: GitHub
- URL: https://github.com/rtrlib/perl-module
- Owner: rtrlib
- Created: 2014-06-25T11:03:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T12:48:11.000Z (about 9 years ago)
- Last Synced: 2024-03-27T07:00:27.190Z (about 2 years ago)
- Language: C
- Size: 47.9 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
RPKI-RTRlib
===========
RPKI::RTRlib provides a simple interface to RTRlib (http://rpki.realmv6.org/).
The RTRlib is an open-source C implementation of the RPKI/Router Protocol client. The library allows to fetch and store validated prefix origin data from a RTR-cache and performs origin verification of prefixes.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other libraries:
RTRlib (http://rpki.realmv6.org/)
COPYRIGHT AND LICENCE
Copyright (C) 2014 by Robert Schmidt
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.