From: Ondrej Zajicek (work) Date: Mon, 14 Jun 2021 15:58:37 +0000 (+0200) Subject: Revert "Nest: Fix export of tmpattrs through pipes" X-Git-Tag: v2.0.9~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ebabab2778d05212cc07ebccf583159d5e0890a;p=thirdparty%2Fbird.git Revert "Nest: Fix export of tmpattrs through pipes" This reverts commit f8e273b5e7a3c721f4a30cf27a0b4fe54602e83f. --- diff --git a/nest/rt-table.c b/nest/rt-table.c index a7e31d853..13209dd7c 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -618,9 +618,6 @@ export_filter_(struct channel *c, rte *rt0, rte **rt_free, linpool *pool, int si goto reject; } - /* Needed for pipes */ - rte_store_tmp_attrs(rt, pool, NULL); - accept: if (rt != rt0) *rt_free = rt;