mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
Merge pull request #4779 from donaldsharp/sharp_repeat_fix
sharpd: Fix repeat sub-command to work
This commit is contained in:
commit
c0b5769ec3
@ -188,7 +188,7 @@ static void handle_repeated(bool installed)
|
||||
sg.r.inst, sg.r.total_routes);
|
||||
}
|
||||
|
||||
if (installed) {
|
||||
if (!installed) {
|
||||
sg.r.installed_routes = 0;
|
||||
sharp_install_routes_helper(&p, sg.r.vrf_id, sg.r.inst,
|
||||
&sg.r.nhop_group,
|
||||
|
Loading…
Reference in New Issue
Block a user