diff options
author | Rob Austein <sra@hactrn.net> | 2012-11-06 15:05:24 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-11-06 15:05:24 +0000 |
commit | bbd2b65a888fb4a262c0ea24f6db87b5c70f50b0 (patch) | |
tree | 805126d4050c391325da4525e674057ad6edfba4 /doc/doc.RPKI.RP.rpki-rtr | |
parent | a8063fb7df77d0dcd25b7f12baa9a5947b390554 (diff) |
Merge from /trunk.
svn path=/branches/tk274/; revision=4803
Diffstat (limited to 'doc/doc.RPKI.RP.rpki-rtr')
-rw-r--r-- | doc/doc.RPKI.RP.rpki-rtr | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc.RPKI.RP.rpki-rtr b/doc/doc.RPKI.RP.rpki-rtr index 6af26a88..810c3bdd 100644 --- a/doc/doc.RPKI.RP.rpki-rtr +++ b/doc/doc.RPKI.RP.rpki-rtr @@ -155,7 +155,11 @@ rtr-origin has two other modes which might be useful for debugging: 1. --client mode implements a dumb client program for this protocol, over ssh, raw TCP, or by invoking --server mode directly in a subprocess. The - output is not expected to be useful except for debugging. + output is not expected to be useful except for debugging. Either run it + locally where you run the cron job, or run it anywhere on the net, as in + + $ rtr-origin --client tcp <hostname> <port> + 2. --show mode will display a text dump of pre-digested data files in the current directory. |