From 0edf0c8cd919a8b3fbf5bc036f27ea0b4ed0b91a Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Sun, 3 Nov 2019 20:26:54 +0100 Subject: Support for address family constants We already had them defined on BGP level, but they are more general. --- conf/gen_parser.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/gen_parser.m4') diff --git a/conf/gen_parser.m4 b/conf/gen_parser.m4 index af43d96f..5b378a93 100644 --- a/conf/gen_parser.m4 +++ b/conf/gen_parser.m4 @@ -44,6 +44,7 @@ m4_define(CF_CLI_HELP, `') # ENUM declarations are ignored m4_define(CF_ENUM, `') +m4_define(CF_ENUM_PX, `') # After all configuration templates end, we finally generate the grammar file. m4_m4wrap(` -- cgit v1.2.3