[tor-commits] [torspec/master] Correct the multiplicity of the "p" line in microdescriptors

nickm at torproject.org nickm at torproject.org
Thu Oct 26 12:58:59 UTC 2017


commit 0fd44031bfd6c6c822bfb194e54a05118c9625e2
Author: teor <teor2345 at gmail.com>
Date:   Thu Oct 26 16:00:00 2017 +1100

    Correct the multiplicity of the "p" line in microdescriptors
    
    These are all "at most once" items -- saying "zero times" implies
    that we should reject md documents that include them, which isn't true.
    
    Fixes 24007.
---
 dir-spec.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index 7adcd76..ffbe4d3 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -3087,7 +3087,9 @@
 
     "p" ... NL
 
-        [Zero times.]
+        [At most once]
+
+        Not currently generated.
 
         Exit policy summaries are contained in microdescriptors and
         therefore omitted in the microdescriptor consensus.



More information about the tor-commits mailing list