summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/read_config_yy.y6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/read_config_yy.y b/src/read_config_yy.y
index c7bce82..c01abe4 100644
--- a/src/read_config_yy.y
+++ b/src/read_config_yy.y
@@ -467,6 +467,7 @@ sync_mode_alarm_list:
sync_mode_alarm_line: refreshtime
| expiretime
| timeout
+ | purge
| relax_transitions
| delay_destroy_msgs
;
@@ -476,6 +477,7 @@ sync_mode_ftfw_list:
sync_mode_ftfw_line: resend_queue_size
| timeout
+ | purge
| window_size
;
@@ -483,8 +485,8 @@ sync_mode_notrack_list:
| sync_mode_notrack_list sync_mode_notrack_line;
sync_mode_notrack_line: timeout
- ;
-
+ | purge
+ ;
resend_queue_size: T_RESEND_BUFFER_SIZE T_NUMBER
{