Add the StrictSubnets option.
[tinc] / src / protocol.h
index 703f74b..2aed26d 100644 (file)
@@ -53,6 +53,7 @@ typedef struct past_request_t {
 } past_request_t;
 
 extern bool tunnelserver;
+extern bool strictsubnets;
 
 /* Maximum size of strings in a request.
  * scanf terminates %2048s with a NUL character,