summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-30 18:15:01 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-30 18:15:01 +0000
commitf219ebed3eb7f61143abb07e28eb61feb199ad47 (patch)
tree2c56ef71e3cfe8f2a5b0809aed07c6a39c86f269
parent41281048070db3b9c76f50a4ce3a62fe9d8d7725 (diff)
downloadtor-f219ebed3eb7f61143abb07e28eb61feb199ad47.tar.gz
tor-f219ebed3eb7f61143abb07e28eb61feb199ad47.zip
r19141@catbus: nickm | 2008-03-30 14:13:52 -0400
Backport: Note in our router descriptors that we actually support link protocol version 2, now that it seems to work. svn:r14248
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 271dc7f549..91518141cf 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -1635,7 +1635,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
result = tor_snprintf(s, maxlen,
"router %s %s %d 0 %d\n"
"platform %s\n"
- "opt protocols Link 1 Circuit 1\n"
+ "opt protocols Link 1 2 Circuit 1\n"
"published %s\n"
"opt fingerprint %s\n"
"uptime %ld\n"