mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
require at least 2**16 assignable virtual addresses
svn:r6402
This commit is contained in:
parent
8a13a7cfe8
commit
735a2131b8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user