-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ospfd: Fix opaque LSA refresh interval and modify LSA cmds. #17118
ospfd: Fix opaque LSA refresh interval and modify LSA cmds. #17118
Conversation
261abd1
to
4ab487f
Compare
The configured OSPF refresh interval was not being used for opaque LSA (it always used the constant). Also, modified the `timers lsa min-arrival` command to have a maximum of 5000 msecs as well as providing a path for backward command compatibility. Allow added missing user documentation for both `timers lsa min-arrival` and `timers throttle lsa all`. Signed-off-by: Acee Lindem <[email protected]>
4ab487f
to
a72c898
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
e543ee7
to
a72c898
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: Acee Lindem <[email protected]>
Could you drop a merge commit? |
Given that there were rebase conflicts and I committed the merge, this appears to be no easy feat with git (at least with my level of expertise). Closing PR and resubmitting. |
The configured OSPF refresh interval was not being used for opaque LSA (it always used the constant). Also, modified the
timers lsa min-arrival
command to have a maximum of 5000 msecs as well as providing a path for backward command compatibility.Added missing user documentation for both
timers lsa min-arrival
andtimers throttle lsa all
.