diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-11-03 20:26:54 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-11-03 22:25:44 +0100 |
commit | 0edf0c8cd919a8b3fbf5bc036f27ea0b4ed0b91a (patch) | |
tree | 07ae1b48e392992e58ad0f1a230ea180739a29b3 /conf/gen_parser.m4 | |
parent | 08c4c9a30b7ed61be39ddc71aebd69a0fea6a55a (diff) |
Support for address family constants
We already had them defined on BGP level, but they are more general.
Diffstat (limited to 'conf/gen_parser.m4')
-rw-r--r-- | conf/gen_parser.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
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(` |