mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
class B really means /16 here
svn:r6404
This commit is contained in:
parent
735a2131b8
commit
5721747de2
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ parse_virtual_addr_network(const char *val, int validate_only,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (bits > 16) {
|
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");
|
"network or larger");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue