diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-02 19:39:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-02 19:39:23 +0000 |
commit | 14fbc90a41fa3fdea16eb4ce5e49670a467136a0 (patch) | |
tree | f5aff483b1814533e78967cd1d5171f65ae68b01 /doc/spec/dir-spec.txt | |
parent | da758f4a1854174ca8cb95be7e7e2abd8bd5cd3b (diff) | |
download | tor-14fbc90a41fa3fdea16eb4ce5e49670a467136a0.tar tor-14fbc90a41fa3fdea16eb4ce5e49670a467136a0.tar.gz |
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
Diffstat (limited to 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 8a5d1e95e..0743be313 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", |