summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r--src/parser_bison.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index 942470f6..cfb6b707 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -842,12 +842,12 @@ monitor_object : /* empty */ { $$ = CMD_MONITOR_OBJ_ANY; }
| ELEMENTS { $$ = CMD_MONITOR_OBJ_ELEMS; }
;
-monitor_format : /* empty */ { $$ = NFT_OUTPUT_DEFAULT; }
+monitor_format : /* empty */ { $$ = NFTNL_OUTPUT_DEFAULT; }
| export_format
;
-export_format : XML { $$ = NFT_OUTPUT_XML; }
- | JSON { $$ = NFT_OUTPUT_JSON; }
+export_format : XML { $$ = NFTNL_OUTPUT_XML; }
+ | JSON { $$ = NFTNL_OUTPUT_JSON; }
;
describe_cmd : primary_expr