document setting update timers for RID and TGID ACL rules to zero, to prevent local updats from erasing FNE pushed rules if the update timings weren't perfectly aligned;

82-dvmbridge---implement-notch-filter-for-2175hz-trc-guard-tone
Bryan Biedenkapp 1 year ago
parent 23e015676e
commit 132bec6eaa

@ -645,6 +645,8 @@ system:
# Full path to the RID ACL file.
file: rid_acl.dat
# Amount of time between updates of RID ACL file. (minutes)
# NOTE: If utilizing purely FNE pushed RID ACL rules, this update time should be set to 0 to prevent
# FNE rules from becoming erased.
time: 2
# Flag indicating whether or not RID ACLs are enforced.
acl: false
@ -656,6 +658,8 @@ system:
# Full path to the talkgroup rules file.
file: talkgroup_rules.yml
# Amount of time between updates of talkgroup rules file. (minutes)
# NOTE: If utilizing purely FNE pushed talkgroup rules, this update time should be set to 0 to prevent
# FNE rules from becoming erased.
time: 2
# Flag indicating whether or not TGID ACLs are enforced.
acl: false

Loading…
Cancel
Save

Powered by TurnKey Linux.