summaryrefslogtreecommitdiffstats
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parse.c b/src/parse.c
index ceb9e26..6695cc8 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -393,6 +393,11 @@ static struct exp_parser {
.exp_attr = ATTR_EXP_HELPER_NAME,
.max_size = NFCT_HELPER_NAME_MAX,
},
+ [NTA_EXP_FN] = {
+ .parse = exp_parse_str,
+ .exp_attr = ATTR_EXP_FN,
+ .max_size = NFCT_HELPER_NAME_MAX,
+ },
};
static void exp_parse_ct_group(void *ct, int attr, void *data)