From 4feccecfe813313a8302a44ed560dd7b61c51c2a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 29 Sep 2006 04:51:23 +0000 Subject: [PATCH] r8775@totoro: nickm | 2006-09-29 00:29:02 -0400 Note that EnforceDistinctSubnets can override subnet rule for path generation. svn:r8528 --- doc/path-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/path-spec.txt b/doc/path-spec.txt index 70f62d630f..597b736ca5 100644 --- a/doc/path-spec.txt +++ b/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.