mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-11 08:31:47 +00:00
Merge pull request #12544 from mjstapp/fix_pathd_sa_pcep_config
pathd: fix SA warning in path_pcep_config
This commit is contained in:
commit
ccbebd59ac
@ -453,8 +453,7 @@ int path_pcep_config_update_path(struct path *path)
|
||||
}
|
||||
|
||||
if (number_of_sid_clashed)
|
||||
SET_FLAG(segment->segment_list->flags,
|
||||
F_SEGMENT_LIST_SID_CONFLICT);
|
||||
SET_FLAG(segment_list->flags, F_SEGMENT_LIST_SID_CONFLICT);
|
||||
else
|
||||
srte_apply_changes();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user