]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Use common initializer for undefined variables and eattrs. mq-func-types
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 13 Sep 2023 04:21:26 +0000 (06:21 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 13 Sep 2023 04:21:26 +0000 (06:21 +0200)
commita3dc26455d125310ddf3c903208b0168dbbd81d4
treea6cb3ca413e6dfc13339480d47b78dd9e352d215
parent7395b97daf529cab1065f107c924bed310a8ad75
Filter: Use common initializer for undefined variables and eattrs.

Undefined paths and clists should use typed f_val with empty adata
instead of just void f_val. Use common initializer to handle both
variables and eattrs.
filter/config.Y
filter/data.h
filter/f-inst.c