Add the StrictSubnets option.
[tinc] / src / protocol.c
index f09aff6..9d7c349 100644 (file)
@@ -29,6 +29,7 @@
 #include "xalloc.h"
 
 bool tunnelserver = false;
+bool strictsubnets = false;
 
 /* Jumptable for the request handlers */