]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Revert "Nest: Fix export of tmpattrs through pipes"
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 14 Jun 2021 15:58:37 +0000 (17:58 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 14 Jun 2021 15:58:37 +0000 (17:58 +0200)
This reverts commit f8e273b5e7a3c721f4a30cf27a0b4fe54602e83f.

nest/rt-table.c

index a7e31d85381191061a22e72840ca97282b190b6f..13209dd7c7c44603f33d5bfbf2c8c27788cafb55 100644 (file)
@@ -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;