From 4a922380ea62234ab8210ae7b1b5ed4ba08ae4d5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 29 May 2007 19:13:41 +0000 Subject: Syntax svn path=/docs/left-right-protocol; revision=635 --- docs/left-right-protocol | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3