Skip to content

ripd, ripngd: Timer values #18805

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

Conversation

ton31337
Copy link
Member

No description provided.

@frrbot frrbot bot added the tests Topotests, make check, etc label May 13, 2025
@ton31337 ton31337 force-pushed the fix/rip_passive_interface_failures_random branch 2 times, most recently from c0535e5 to 019144a Compare May 14, 2025 07:53
@frrbot frrbot bot added the yang label May 14, 2025
@github-actions github-actions bot added size/L and removed size/M labels May 14, 2025
ton31337 added 2 commits May 14, 2025 10:57
ripng is able to set as low as 1 for every, why should we limit for RIP.

Even more, YANG model for RIP specifies a range starting from 1.

https://datatracker.ietf.org/doc/html/rfc8695

Signed-off-by: Donatas Abraitis <[email protected]>
This is not YANG model defines it and it says that it MUST be higher
than hold interval.

Interval before a route is flushed from the routing table. This value must be
larger than the value for the invalid-interval argument.

https://datatracker.ietf.org/doc/html/rfc8695

Signed-off-by: Donatas Abraitis <[email protected]>
@ton31337 ton31337 force-pushed the fix/rip_passive_interface_failures_random branch from 019144a to 6563c01 Compare May 14, 2025 08:00
ton31337 added 3 commits May 14, 2025 11:00
They are uint16, not uint32.

Signed-off-by: Donatas Abraitis <[email protected]>
https://datatracker.ietf.org/doc/html/rfc8695

This is not YANG model defines it and it says that it MUST be higher
than hold interval.

Interval before a route is flushed from the routing table. This value must be
larger than the value for the invalid-interval argument.

leaf flush-interval {
        type uint16 {
          range "1..32767";
        }
        units "seconds";
        default "240";
        description
          "Interval before a route is flushed from the routing
           table. This value must be larger than the value for the
           invalid-interval argument.";
}

Signed-off-by: Donatas Abraitis <[email protected]>
@ton31337 ton31337 force-pushed the fix/rip_passive_interface_failures_random branch from 6563c01 to 585a8c4 Compare May 14, 2025 08:00
We shouldn't care about trailing whitespaces.

Signed-off-by: Donatas Abraitis <[email protected]>
@donaldsharp donaldsharp merged commit 965d130 into FRRouting:master May 14, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants