]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter/Conf: Method names have their own keyword hash
authorMaria Matejka <mq@ucw.cz>
Tue, 13 Jun 2023 07:39:29 +0000 (09:39 +0200)
committerIgor Putovny <igor.putovny@nic.cz>
Thu, 30 May 2024 10:30:00 +0000 (12:30 +0200)
commitc0c695c761530ee742ef26a83ae8dada00c13eb1
tree122e70b3ce87e5968ab7b98e7aad2db0b25d70f6
parentab785d1ec451b2187007a308936ca3e7bc542919
Filter/Conf: Method names have their own keyword hash

To allow for future dynamic method definition, parsing method names is
done via a dedicated keyword hash/scope.
conf/cf-lex.l
conf/conf.h
conf/confbase.Y
conf/gen_keywords.m4
conf/gen_parser.m4
filter/config.Y