From 2ce7c427d1e916b083c81781a17beb35dc5713e2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 19 Dec 2012 19:30:44 -0500 Subject: Make the "basic" and "mixed" networks work again. Need a better fix to make "bridges" work too --- lib/chutney/TorNet.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index 78728ed..dcaf7d8 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py @@ -326,7 +326,10 @@ class LocalNodeBuilder(NodeBuilder): else: # Directory authorities return AlternateDirAuthority with # the 'hs' and 'v3ident' flags set. - options = ("AlternateDirAuthority",) + # XXXX This next line is needed for 'bridges' but breaks + # 'basic' + #options = ("AlternateDirAuthority",) + options = ("DirServer",) self._env['dirserver_flags'] += " hs v3ident=%s" % v3id authlines = "" -- cgit v1.2.3