mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:34:51 +00:00
Merge pull request #3778 from mjstapp/fix_dplane_update
zebra: use update semantics for routes consistently
This commit is contained in:
commit
7a197b9269
@ -1089,7 +1089,7 @@ void rib_install_kernel(struct route_node *rn, struct route_entry *re,
|
||||
hook_call(rib_update, rn, "installing in kernel");
|
||||
|
||||
/* Send add or update */
|
||||
if (old && (old != re))
|
||||
if (old)
|
||||
ret = dplane_route_update(rn, re, old);
|
||||
else
|
||||
ret = dplane_route_add(rn, re);
|
||||
|
Loading…
Reference in New Issue
Block a user