]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Fix bug in export table
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 24 Sep 2019 15:12:15 +0000 (17:12 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 24 Sep 2019 15:17:37 +0000 (17:17 +0200)
commitca2dacfcee92d8cfecff74dd020c2d16202b0d5c
tree8f703118ddeb1fbaf6275e612d3940cf3be6f887
parentea0917bcba86d354f9c8516a4f114c38d04f890b
Nest: Fix bug in export table

Exported route may be in modified state, we need to get cached one for
rte_same() and rta_clone() to work properly.
nest/rt-table.c