Add the ability to disable inter-zone SEEN-BY stripping to mbfido. See

ChangeLog for further details.
This commit is contained in:
Andrew Leary
2016-06-28 18:46:54 -04:00
parent 862eb0ca88
commit abfd333230
7 changed files with 40 additions and 25 deletions

View File

@@ -1274,6 +1274,7 @@ struct sysconfig {
unsigned ca_Notify : 1; /* Areamgr: Notify on/off */
unsigned ca_Passwd : 1; /* Areamgr: Passwd change */
unsigned ca_Pause : 1; /* Areamgr: Allow Pause */
unsigned ca_SBstrip : 1; /* Strip SB out-of-zone */
unsigned ca_Check : 1; /* Flag for upgrade check */
char rulesdir[65]; /* Area rules directory */