We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DO is missing the support for the BFD protocol, I was expecting to find it in the section with BGP.
The ask is to add the protocol for BFD to the BGP config section.
Reference in tmsh : https://clouddocs.f5.com/cli/tmsh-reference/v16/modules/net/net_routing_bfd.html
tmsh command:
tmsh create net routing bfd sample-bfd vlan add { external { enabled true interval 1000 minrx 1000 multiplier 3 } }
Output from tmsh:
net routing bfd sample-bfd { route-domain 0 vlan { external { interval 1000 minrx 1000 multiplier 3 } } }
Currently the only solution is an extra call outside DO to create in tmsh.
DO schema used is 1.40.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
DO is missing the support for the BFD protocol, I was expecting to find it in the section with BGP.
Describe the solution you'd like
The ask is to add the protocol for BFD to the BGP config section.
Reference in tmsh : https://clouddocs.f5.com/cli/tmsh-reference/v16/modules/net/net_routing_bfd.html
tmsh command:
tmsh create net routing bfd sample-bfd vlan add { external { enabled true interval 1000 minrx 1000 multiplier 3 } }
Output from tmsh:
Describe alternatives you've considered
Currently the only solution is an extra call outside DO to create in tmsh.
Additional context
DO schema used is 1.40.0
The text was updated successfully, but these errors were encountered: