mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-12 17:03:11 +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)
|
if (number_of_sid_clashed)
|
||||||
SET_FLAG(segment->segment_list->flags,
|
SET_FLAG(segment_list->flags, F_SEGMENT_LIST_SID_CONFLICT);
|
||||||
F_SEGMENT_LIST_SID_CONFLICT);
|
|
||||||
else
|
else
|
||||||
srte_apply_changes();
|
srte_apply_changes();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user