diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-17 20:10:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-17 20:10:57 +0000 |
commit | e17e6371d1b2ef034f0860a19e5825cae61600be (patch) | |
tree | b567063304e176e28dc668e422675c0a05d0b9b6 /doc | |
parent | 80ec9e51dd0320d0d106ace510efe057b448f974 (diff) | |
download | tor-e17e6371d1b2ef034f0860a19e5825cae61600be.tar.gz tor-e17e6371d1b2ef034f0860a19e5825cae61600be.zip |
r18896@catbus: nickm | 2008-03-17 16:10:54 -0400
Fix bug in earlier bugfix. Note stupidness of allowing NULL policies at all. Disallow empty exit policies in router descriptors.
svn:r14082
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index fe8039bc7d..9b184aeb87 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -466,11 +466,12 @@ $Id$ [Any number] - These lines describe an "exit policy": the rules that an OR follows when - deciding whether to allow a new stream to a given address. The - 'exitpattern' syntax is described below. The rules are considered in - order; if no rule matches, the address will be accepted. For clarity, - the last such entry SHOULD be accept *:* or reject *:*. + These lines describe an "exit policy": the rules that an OR follows + when deciding whether to allow a new stream to a given address. The + 'exitpattern' syntax is described below. There MUST be at least one + such entry. The rules are considered in order; if no rule matches, + the address will be accepted. For clarity, the last such entry SHOULD + be accept *:* or reject *:*. "router-signature" NL Signature NL |