]> git.ipfire.org Git - thirdparty/bird.git/commit
Conf: Use nonterminal bytestring instead of BYTETEXT
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 24 Aug 2023 14:59:23 +0000 (16:59 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 24 Aug 2023 14:59:23 +0000 (16:59 +0200)
commitf411a19bb0467cfc421f8aa6f5ead49972bab058
tree4852ae63fc2657934eadb877c467ab1b26fb2593
parent0dbcc927260c6da918fa1bd78c86800e41ab05a8
Conf: Use nonterminal bytestring instead of BYTETEXT

Nonterminal bytestring allows to provide expressions to be evaluated in
places where BYTETEXT is used now: passwords, radv custom option.

Based on the patch from Alexander Zubkov <green@qrator.net>, thanks!
conf/confbase.Y
nest/config.Y
proto/radv/config.Y