]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix EVPN route nexthop config order 9869/head
authorXiao Liang <shaw.leon@gmail.com>
Fri, 22 Oct 2021 07:45:33 +0000 (15:45 +0800)
committerXiao Liang <shaw.leon@gmail.com>
Fri, 28 Jan 2022 12:51:10 +0000 (20:51 +0800)
commit8244ba34aa479cbf32b48f0ffc7dbda16601fb77
tree269c70517c7d25616ea2e297c2443872d6fbe759
parent7a90d91586290d872c05960427df2d3f031cc5e5
zebra: Fix EVPN route nexthop config order

EVPN route add should be queued to preserve the config order.
In particular, against deletion in rib_delete().

Signed-off-by: Xiao Liang <shaw.leon@gmail.com>
zebra/zapi_msg.c