initial cfg change for flags incpkt_flag and incbdl_flag

This commit is contained in:
zx
2024-05-11 21:05:54 +03:00
parent 2827504df4
commit ae156c4689
7 changed files with 1037 additions and 903 deletions
+3 -2
View File
@@ -67,8 +67,9 @@ void deinit_cval_entry(s_cval_entry *dest, bforce_config_keyword type)
deinit_translate(&dest->d.translate);
break;
default:
DEB((D_CONFIG, "deinit_cval_entry: type %d doesn't use dynamic memory",
type));
//DEB((D_CONFIG, "deinit_cval_entry: type %d doesn't use dynamic memory",
// type));
;
}
}
+2
View File
@@ -96,6 +96,8 @@ s_conf_entry bforce_config[BFORCE_NUMBER_OF_KEYWORDS+1] = {
CONF_KEY(freq_limit_time, CT_NUMBER),
CONF_KEY(freq_min_speed, CT_NUMBER),
CONF_KEY(freq_srif_command, CT_STRING),
CONF_KEY(incpkt_flag, CT_STRING),
CONF_KEY(incbdl_flag, CT_STRING),
CONF_KEY(hide_our_aka, CT_ADDRESS),
CONF_KEY(history_file, CT_STRING),
CONF_KEY(hydra_options, CT_OPTIONS),
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -44,7 +44,8 @@
%token AROP
%token LOGOP
%expect 2
/* %expect 2 */
%{
#include "includes.h"
#include "confread.h"