Add the StrictSubnets option.
[oweals/tinc.git] / src / protocol.h
index 703f74bf28df05594695416c93fd6ac950eeb84c..2aed26d16c77209755bf95115c3a7f295ec1b249 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,