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

Default value for hello interval #145

Closed
italobusi opened this issue Apr 23, 2021 · 1 comment
Closed

Default value for hello interval #145

italobusi opened this issue Apr 23, 2021 · 1 comment
Assignees

Comments

@italobusi
Copy link
Collaborator

te/ietf-rsvp-extended.yang

Lines 162 to 173 in 692d392

leaf hello-interval {
type uint32;
units "milliseconds";
default "9000";
description
"Configure interval between successive Hello messages in
milliseconds.";
reference
"RFC3209: RSVP-TE: Extensions to RSVP for LSP Tunnels.
RFC5495: Description of the Resource Reservation Protocol -
Traffic-Engineered (RSVP-TE) Graceful Restart Procedures.";
}

There are implementations where the default value is 5000 ms

@tsaad-dev
Copy link
Owner

remove the default to make allow implementation to set their own.

@tsaad-dev tsaad-dev self-assigned this Oct 6, 2023
tsaad-dev pushed a commit that referenced this issue Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants