mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
pbrd: fix vrf_unchanged which may depend on other seqs
Ticket: 2740911 Signed-off-by: Wesley Coakley <wcoakley@nvidia.com>
This commit is contained in:
parent
e57ad2fbcd
commit
a72d1a1124
@ -732,6 +732,14 @@ void pbr_map_schedule_policy_from_nhg(const char *nh_group, bool installed)
|
||||
|
||||
pbr_map_check(pbrms, false);
|
||||
}
|
||||
|
||||
/*
|
||||
* vrf_unchanged pbrms have no nhg but their
|
||||
* installation is contingent on other sequences which
|
||||
* may...
|
||||
*/
|
||||
if (pbrms->vrf_unchanged)
|
||||
pbr_map_check(pbrms, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user