From: Nick Mathewson Date: Wed, 2 May 2007 19:39:23 +0000 (+0000) Subject: r12636@catbus: nickm | 2007-05-02 15:38:58 -0400 X-Git-Tag: tor-0.2.0.1-alpha~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14fbc90a41fa3fdea16eb4ce5e49670a467136a0;p=thirdparty%2Ftor.git r12636@catbus: nickm | 2007-05-02 15:38:58 -0400 Fix dir-spec: there is not actually any such item as link-key. (Found by Benedikt.) svn:r10095 --- diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 8a5d1e95e7..0743be313d 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -150,7 +150,7 @@ $Id$ Every router descriptor MUST start with a "router" Item; MUST end with a "router-signature" Item and an extra NL; and MUST contain exactly one instance of each of the following Items: "published" "onion-key" - "link-key" "signing-key" "bandwidth". + "signing-key" "bandwidth". A router descriptor MAY have zero or one of each of the following Items, but MUST NOT have more than one: "contact", "uptime", "fingerprint",