[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Clarify some confusion about what GETINFO(addr-mappings) sh...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Clarify some confusion about what GETINFO(addr-mappings) sh...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Wed, 2 Mar 2005 15:54:12 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 02 Mar 2005 15:54:34 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv29379/doc
Modified Files:
control-spec.txt
Log Message:
Clarify some confusion about what GETINFO(addr-mappings) should return.
Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- control-spec.txt 2 Mar 2005 20:22:10 -0000 1.18
+++ control-spec.txt 2 Mar 2005 20:54:09 -0000 1.19
@@ -300,8 +300,16 @@
"desc/all-ids" -- a comma-separated list of all known OR identities.
- "addr-mappings" -- a NL-terminated list of address mappings, each in
- the form of "from-address" SP "to-address".
+ "addr-mappings/all"
+ "addr-mappings/config"
+ "addr-mappings/cache"
+ "addr-mappings/control" -- a NL-terminated list of address mappings, each
+ in the form of "from-address" SP "to-address". The 'config' key
+ returns those address mappings set in the configuration; the 'cache'
+ key returns the mappings in the client-side DNS cache; the 'control'
+ key returns the mappings set via the control interface; the 'all'
+ target returns the mappings set through any mechanism.
+
3.13 INFOVALUE (Type 0x000C)