diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-04 12:27:06 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-04 12:27:06 -0400 |
commit | c897c7cecf4134f20354e3dbba9438cbab706eaf (patch) | |
tree | 7066ad608aa285a2b80589e224d06a96e7421120 /doc/wiki-dump/doc%2FRPKI%2FListOfPrograms.md | |
parent | 949e9c8358b5259656c02e4a1ada7912d943afd2 (diff) |
Wiki->HTML->Markdown on all dumped pages, zip attachments.
Diffstat (limited to 'doc/wiki-dump/doc%2FRPKI%2FListOfPrograms.md')
-rw-r--r-- | doc/wiki-dump/doc%2FRPKI%2FListOfPrograms.md | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/wiki-dump/doc%2FRPKI%2FListOfPrograms.md b/doc/wiki-dump/doc%2FRPKI%2FListOfPrograms.md new file mode 100644 index 00000000..610cbeb8 --- /dev/null +++ b/doc/wiki-dump/doc%2FRPKI%2FListOfPrograms.md @@ -0,0 +1,54 @@ +# List of RPKI programs + +This is the beginning of a list of all the programs included in the RPKI +toolkit. It's not complete yet. At the moment, its primary purpose is just to +move fragments of such a list out of other documentation pages where they just +clutter things up and make the text unreadable. + +## RP tools + +Relying party ("RP") tools. + +### rcynic + +rcynic is the primary validation tool. + +See the [rcynic documentation][1] for details. + +### rcynic-html + +rcynic-html is a post-processor which converts rcyic's XML status output into +a set of HTML pages displaying status and history. + +### rcynic-cron + +rcynic-cron is a small script to run the most common set of relying party +tools under cron. + +### rtr-origin + +rtr-origin is an implementation of the rpki-rtr protocol, using [rcynic's][2] +output as its data source. + +See the [rtr-origin documentation][3] for details. + +### roa-to-irr + +roa-to-irr is an experimental program for converting RPKI ROA data into IRR +data. Some operators have established procedures that depend heavily on IRR, +so being able to distribute validated RPKI data via IRR is somewhat useful to +these operators. + +roa-to-irr expects its output to be piped to the `irr_rpsl_submit` program. + +Opinions vary regarding exactly what the RPSL corresponding to a particular +set of ROAs should look like, so roa-to-irr is currently experimental code at +best. Operators who really care about this may well end up writing their own +ROA to IRR conversion tools. + + [1]: #_.wiki.doc.RPKI.RP.rcynic + + [2]: #_.wiki.doc.RPKI.ListOfPrograms#rcynic + + [3]: #_.wiki.doc.RPKI.RP.rpki-rtr + |