diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-28 14:29:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-28 14:29:16 +0000 |
commit | 41874e89b3b0a8140e9a089ac99546aac97c6662 (patch) | |
tree | 2b620104b2ed9a54834b327d9a7bf9db6ec6bb23 | |
parent | cfef8e8d2fc0fb4ae98ecb138f63747babc043b4 (diff) |
Formfeeds look funny when viewed with a web browser
svn path=/docs/left-right-protocol; revision=542
-rw-r--r-- | docs/left-right-protocol | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol index f21112e1..1023331d 100644 --- a/docs/left-right-protocol +++ b/docs/left-right-protocol @@ -63,8 +63,8 @@ ;;; this is a child-id. We probably need better names, because people ;;; keep getting confused by this conflict. - - +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;;; Protocol operations between IRBE and RE. ;;; ;;; This is really two separate protocols over channels that might or @@ -72,6 +72,8 @@ ;;; the RE is the client and for others the IRBE is the client. ;;; ;;; This set of operations are initiated by the IRBE. +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (create-cust-id) => (customer-id) @@ -232,8 +234,8 @@ (please-publish-world-right-now :cust-id 42) => () - - +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;;; Protocol operations between IRBE and RE. ;;; ;;; This is really two separate protocols over channels that might or @@ -241,6 +243,8 @@ ;;; the rpki engine and for others the irbe is the client. ;;; ;;; This set of operations are initiated by the RE. +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (list-resources :cust-id 42 ; issuer id &optional ; If left off, we're asking about self rather than child |