-
Notifications
You must be signed in to change notification settings - Fork 24k
nxos_ospf_vrf: Add 'bfd' support #56748
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
LGTM |
- Enables BFD on all OSPF interfaces. | ||
- "Dependency: 'feature bfd'" | ||
version_added: "2.9" | ||
type: bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've listed a default in the argspec, but not in the documentation
type: bool | |
type: bool | |
default: false |
54ecc57
to
3136007
Compare
I did a rebase and push --force but... something happened and it wiped out my earlier commits, which apparently then caused it to auto-close this PR. I wasn't sure if the branch was fixable so I just created a new branch and patched the commits to it. The replacement PR is #57425 |
SUMMARY
Add support for
bfd
state innxos_ospf_vrf
ISSUE TYPE
COMPONENT NAME
nxos_ospf_vrf
ADDITIONAL INFORMATION