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

Router Config: Typo in BFD Disable(d) #4537

Closed
d-portenier opened this issue May 30, 2024 · 0 comments · Fixed by #4581
Closed

Router Config: Typo in BFD Disable(d) #4537

d-portenier opened this issue May 30, 2024 · 0 comments · Fixed by #4581
Assignees
Labels
workitem Something needs doing

Comments

@d-portenier
Copy link

The documentation and the router binary don't agree on the spelling to disable BFD.
In the documentation it's described as:
router.bfd.disabled = false (w/ a d at the end)
while the router binary expects:
router.bfd.disable = false (w/o a d at the end)

@d-portenier d-portenier added the workitem Something needs doing label May 30, 2024
@jiceatscion jiceatscion self-assigned this Jun 18, 2024
jiceatscion added a commit that referenced this issue Jul 18, 2024
router.bfd.disabled -> router.bfd.disable

Fixes #4537
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workitem Something needs doing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants