mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Revert "Nest: Fix export of tmpattrs through pipes"
This reverts commit f8e273b5e7
.
This commit is contained in:
@@ -618,9 +618,6 @@ export_filter_(struct channel *c, rte *rt0, rte **rt_free, linpool *pool, int si
|
|||||||
goto reject;
|
goto reject;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Needed for pipes */
|
|
||||||
rte_store_tmp_attrs(rt, pool, NULL);
|
|
||||||
|
|
||||||
accept:
|
accept:
|
||||||
if (rt != rt0)
|
if (rt != rt0)
|
||||||
*rt_free = rt;
|
*rt_free = rt;
|
||||||
|
Reference in New Issue
Block a user