Terminate a connection on any error. Furthermore, disallow del_host,
[tinc] / src / conf.h
index 0d66313..36a7bb8 100644 (file)
@@ -1,6 +1,6 @@
 /*
     conf.h -- header for conf.c
 /*
     conf.h -- header for conf.c
-    Copyright (C) 1998,99 Ivo Timmermans <zarq@iname.com>
+    Copyright (C) 1998,1999,2000 Ivo Timmermans <zarq@iname.com>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -40,7 +40,8 @@ typedef enum which_t {
   tapdevice,
   allowconnect,
   pingtimeout,
   tapdevice,
   allowconnect,
   pingtimeout,
-  keyexpire
+  keyexpire,
+  vpnmask
 } which_t;
 
 typedef struct config_t {
 } which_t;
 
 typedef struct config_t {