]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Better constant promotion
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 23 Oct 2019 20:56:23 +0000 (22:56 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 5 Nov 2019 14:28:47 +0000 (15:28 +0100)
commitc00c20a79941b2bbed9e957134259763dcbb29f0
tree17fdf80d6f7cc2f6e140f93467975ea96357efa7
parent26194bd684b2926740a74ebdfe73e6afc3c145b6
Filter: Better constant promotion

We use constant promotion from IPv4 to Router-ID values, as they have
same literals. Instead of ad-hoc code in filter instructions, add
constant promotion code to parse-time typecheck code.
filter/decl.m4