From 5299fb9db0e3fb75c37f233e9a8b737c46e61265 Mon Sep 17 00:00:00 2001 From: Alexander Zubkov Date: Wed, 4 May 2022 15:37:23 +0200 Subject: [PATCH] Fixed spurious undef of route attributes --- filter/f-inst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/filter/f-inst.c b/filter/f-inst.c index 0226f729..2c4c97b1 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: