diff options
author | Rob Austein <sra@hactrn.net> | 2007-05-29 19:13:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-05-29 19:13:41 +0000 |
commit | 4a922380ea62234ab8210ae7b1b5ed4ba08ae4d5 (patch) | |
tree | f001d16a62f33f6bd80a6403224f9b6192277fd7 /docs/left-right-protocol | |
parent | 18217611ca8e4d5ea23f1945b3addf6d8c01d95a (diff) |
Syntax
svn path=/docs/left-right-protocol; revision=635
Diffstat (limited to 'docs/left-right-protocol')
-rw-r--r-- | docs/left-right-protocol | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol index fb0b2a7b..cc75d158 100644 --- a/docs/left-right-protocol +++ b/docs/left-right-protocol @@ -387,10 +387,11 @@ (list-resources :self-id 42 ; issuer id &optional ; If left off, we're asking about self rather than child :child id) ; subject id -=> (resources :valid-until "2008-04-01T00:00:00Z" - (:ipv4-address "10.0.0.44/32" "10.3.0.44/32") - (:ipv6-address "fe80:dead:beef::/24") - (:as-number "666") +=> (resources :valid-until 2008-04-01T00:00:00Z + (:ipv4-prefix 10.0.0.44 32) + (:ipv4-prefix 10.3.0.44 32) + (:ipv6-prefix fe80:dead:beef:: 48) + (:as-number 666) ...) (report-error :self-id 42 |