|
@@ -654,9 +654,11 @@ $Id$
|
|
|
|
|
|
2.3. Nonterminals in router descriptors
|
|
2.3. Nonterminals in router descriptors
|
|
|
|
|
|
- nickname ::= between 1 and 19 alphanumeric characters, case-insensitive.
|
|
+ nickname ::= between 1 and 19 alphanumeric characters ([A-Za-z0-0]),
|
|
- hexdigest ::= a '$', followed by 20 hexadecimal characters.
|
|
+ case-insensitive.
|
|
- [Represents a server by the digest of its identity key.]
|
|
+ hexdigest ::= a '$', followed by 40 hexadecimal characters
|
|
|
|
+ ([A-Fa-f0-9]). [Represents a server by the digest of its identity
|
|
|
|
+ key.]
|
|
|
|
|
|
exitpattern ::= addrspec ":" portspec
|
|
exitpattern ::= addrspec ":" portspec
|
|
portspec ::= "*" | port | port "-" port
|
|
portspec ::= "*" | port | port "-" port
|