[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Generate 18.0.0.0/8 address policy format in descs when we ...
Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv30154/doc
Modified Files:
TODO
Log Message:
Generate 18.0.0.0/8 address policy format in descs when we can; warn when the mask is not reducible to a bit-prefix.
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -p -d -r1.423 -r1.424
--- TODO 12 Feb 2006 22:28:30 -0000 1.423
+++ TODO 12 Feb 2006 23:58:22 -0000 1.424
@@ -73,8 +73,12 @@ R - Add config options to not publish an
R - let controlport be configurable on other interfaces
R - look into "uncounting" bytes spent on local connections. so
we can bandwidthrate but still have fast downloads.
-N - make clients understand "private:*" in exit policies, even though
- we don't generate it yet.
+N . Clean and future-proof exit policy formats a bit.
+ o Likewise accept, but don't generate /bits formats (unless they're
+ accepted in 0.0.9 and later).
+ o Warn when we see a netmask that isn't a prefix.
+ - Make clients understand "private:*" in exit policies, even though
+ we don't generate it yet.
N - Display the reasons in 'destroy' and 'truncated' cells under some
circumstances?