]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix export of tmpattrs through pipes
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 14 Jun 2021 18:02:50 +0000 (20:02 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 14 Jun 2021 18:02:50 +0000 (20:02 +0200)
commit1b9bf4e192a252db861acadc7f800d7046435a3f
treedbee8d877f2d547b6962f60f3e2a20965b5d74d6
parent3ebabab2778d05212cc07ebccf583159d5e0890a
Nest: Fix export of tmpattrs through pipes

Pipes copy the original rte with old values, so they require rte to be
exported with stored tmpattrs. Other protocols access stored attributes
using eattr list, so they require rte to be exported with expanded
tmpattrs. This is temporary hack, we plan to remove whoe tmpattr mechanism.

Thanks to Paul Donohue for the bugreport.
nest/rt-table.c