Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for non-linear free flow branch FDs for path based sLTM: currently this is not correctly supported for generating on-the-fly-paths #116

Open
MarkRaadsen opened this issue May 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request sLTM
Milestone

Comments

@MarkRaadsen
Copy link
Member

for non linear FF branch of FD the costs on non-blocking link segments vary with flow, but now costs are not updated on non-blocking link segments (because not needed for fixed path set or linear FF branch).

FIX: update costs on all link segments each iteration for generating new paths (but do not mark all those links for tracking necessarily)

Start by creating a test project to be able to easily validate this goes correctly

@MarkRaadsen MarkRaadsen added bug Something isn't working enhancement New feature or request sLTM labels May 10, 2024
@MarkRaadsen MarkRaadsen added this to the Version 0.5.0 milestone May 10, 2024
@MarkRaadsen MarkRaadsen self-assigned this May 10, 2024
@MarkRaadsen MarkRaadsen changed the title Add support for non-linear free flow branch FDs for path absed sLTM: currently this is not correctly supported for generating on-the-fly-paths Add support for non-linear free flow branch FDs for path based sLTM: currently this is not correctly supported for generating on-the-fly-paths May 10, 2024
MarkRaadsen pushed a commit that referenced this issue May 10, 2024
…re not updating all links in sLTM, see also #116 as this only works for Newell FD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request sLTM
Projects
None yet
Development

No branches or pull requests

1 participant