[tor-bugs] #8180 [Tor]: EntryNodes ignored when UseEntryGuards==0

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Feb 7 19:42:40 UTC 2013


#8180: EntryNodes ignored when UseEntryGuards==0
-----------------------------------------------------+----------------------
 Reporter:  cypherpunks                              |          Owner:                    
     Type:  defect                                   |         Status:  needs_information 
 Priority:  normal                                   |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor                                      |        Version:  Tor: 0.2.4.9-alpha
 Keywords:  EntryNodes tor-client backport-023 easy  |         Parent:                    
   Points:                                           |   Actualpoints:                    
-----------------------------------------------------+----------------------
Changes (by nickm):

  * priority:  major => normal
  * status:  new => needs_information


Comment:

 Hang on.  We *do* warn about this!   That was #2571 .  In
 options_validate, we have:
 {{{
   if (options->EntryNodes && !options->UseEntryGuards)
     log_warn(LD_CONFIG, "EntryNodes is set, but UseEntryGuards is
 disabled. "
              "EntryNodes will be ignored.");
 }}}

 Is there any more to do here in 0.2.4?

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8180#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list