mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
require at least 2**16 assignable virtual addresses
svn:r6402
This commit is contained in:
@@ -792,13 +792,11 @@ parse_virtual_addr_network(const char *val, int validate_only,
|
||||
return -1;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (bits > 16) {
|
||||
if (msg) *msg = tor_strdup("VirtualAddressNetwork expects a class B "
|
||||
"network or larger");
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (validate_only)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user