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

Weight issues #16613

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Weight issues #16613

merged 2 commits into from
Aug 22, 2024

Conversation

donaldsharp
Copy link
Member

Fix some weight issues found.

The linux kernel adds 1 upon receipt of a weight, if you
send a 255 it gets unhappy.  Let's Limit range to 254 as
that kernel does not like sending of 255.

Signed-off-by: Donald Sharp <[email protected]>
All routes received by zebra from upper level protocols have a weight
of 1.  Let's just make everything extremely consistent in our code.
Lot's of tests needed to be fixed up to make this work.

Signed-off-by: Donald Sharp <[email protected]>
@frrbot frrbot bot added tests Topotests, make check, etc zebra labels Aug 21, 2024
@Jafaral Jafaral merged commit 879460c into FRRouting:master Aug 22, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master size/XL tests Topotests, make check, etc zebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants