#21003: extend_info_describe should list IPv6 address (if present)
-------------------------------------+----------------------------------
 Reporter:  teor                     |          Owner:  (none)
     Type:  defect                   |         Status:  new
 Priority:  Medium                   |      Milestone:  Tor: unspecified
Component:  Core Tor/Tor             |        Version:
 Severity:  Normal                   |     Resolution:
 Keywords:  easy intro ipv6 logging  |  Actual Points:
Parent ID:                           |         Points:  0.5
 Reviewer:                           |        Sponsor:
-------------------------------------+----------------------------------

Comment (by valentecaio):

 I would add that we have four functions for describing routers and nodes:
 {{{
 const char *router_describe(const routerinfo_t *ri);
 const char *node_describe(const node_t *node);
 const char *routerstatus_describe(const routerstatus_t *ri);
 const char *extend_info_describe(const extend_info_t *ei);
 }}}
 But three of them use IPv4 addresses when describing the node.
 The only one that can use IPv6 is extend_info_describe().

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21003#comment:8>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to