From: Alexander Zubkov Date: Wed, 4 May 2022 13:37:23 +0000 (+0200) Subject: Fixed spurious undef of route attributes X-Git-Tag: v2.0.11~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5299fb9db0e3fb75c37f233e9a8b737c46e61265;p=thirdparty%2Fbird.git Fixed spurious undef of route attributes --- diff --git a/filter/f-inst.c b/filter/f-inst.c index 0226f729c..2c4c97b14 100644 --- a/filter/f-inst.c +++ b/filter/f-inst.c @@ -737,6 +737,7 @@ l->attrs[0].type = da.type; l->attrs[0].originated = 1; l->attrs[0].fresh = 1; + l->attrs[0].undef = 0; switch (da.type) { case EAF_TYPE_INT: