]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter refactoring: Passing the resulting struct f_val as a pointer.
authorJan Maria Matejka <mq@ucw.cz>
Mon, 17 Dec 2018 12:51:11 +0000 (13:51 +0100)
committerMaria Matejka <mq@ucw.cz>
Wed, 20 Feb 2019 21:30:54 +0000 (22:30 +0100)
commit7afa1438866fa94454ba133608b6877171f71d37
treebcf0fb0cfed9ff191fe3e07c28f3a8d87a78760c
parentf62a369fb48be066560d6e8f0df82eef9c464ef0
Filter refactoring: Passing the resulting struct f_val as a pointer.

This also drops the multiplexing of errors with the f_val itself
together with the T_RETURN f_val type flag.
conf/confbase.Y
filter/config.Y
filter/f-inst.c
filter/filter.c
filter/filter.h
filter/filter_test.c
nest/cmds.c