]> 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 14:30:59 +0000 (16:30 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 14 Jun 2021 14:30:59 +0000 (16:30 +0200)
commitf8e273b5e7a3c721f4a30cf27a0b4fe54602e83f
tree0b91c28930d95a686617d696e9cf3fa2119d6e5a
parent3f19100f5a47dce96d336d68e0cbe72de5d9ba60
Nest: Fix export of tmpattrs through pipes

In most cases of export there is no need to store back temporary
attributes to rte, as receivers (protocols) access eattr list anyway.
But pipe copies the original rte with old values, so we should store
tmpattrs also during export.

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