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