Browse Source

r8775@totoro: nickm | 2006-09-29 00:29:02 -0400
Note that EnforceDistinctSubnets can override subnet rule for path generation.


svn:r8528

Nick Mathewson 19 years ago
parent
commit
4feccecfe8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/path-spec.txt

+ 1 - 1
doc/path-spec.txt

@@ -139,7 +139,7 @@ should cover, but not an exhaustive list.  -NM
      - We do not choose any router in the same family as another in the same
        path.
      - We do not choose any router in the same /16 subnet as another in the
-       same path.
+       same path (unless EnforceDistinctSubnets is 0).
      - We don't choose any non-running or non-valid router unless we have
        been configured to do so. By default, we are configured to allow
        non-valid routers in "middle" and "rendezvous" positions.