mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
class B really means /16 here
svn:r6404
This commit is contained in:
parent
735a2131b8
commit
5721747de2
@ -793,7 +793,7 @@ parse_virtual_addr_network(const char *val, int validate_only,
|
||||
}
|
||||
|
||||
if (bits > 16) {
|
||||
if (msg) *msg = tor_strdup("VirtualAddressNetwork expects a class B "
|
||||
if (msg) *msg = tor_strdup("VirtualAddressNetwork expects a /16 "
|
||||
"network or larger");
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user