[or-cvs] Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.
Nick Mathewson
nickm at seul.org
Thu Dec 8 19:58:16 UTC 2005
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv14878/src/or
Modified Files:
config.c
Log Message:
Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- config.c 8 Dec 2005 19:40:24 -0000 1.452
+++ config.c 8 Dec 2005 19:58:14 -0000 1.453
@@ -2777,6 +2777,7 @@
config_expand_exit_policy_aliases(smartlist_t *entries)
{
static const char *prefixes[] = {
+ "0.0.0.0/8", "169.254.0.0/16",
"127.0.0.0/8", "192.168.0.0/16", "10.0.0.0/8", "172.16.0.0/12",NULL };
int i;
char *pre=NULL, *post=NULL;
More information about the tor-commits
mailing list