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

BFD not supported in DO #366

Open
AnthonyF5 opened this issue Oct 31, 2023 · 0 comments
Open

BFD not supported in DO #366

AnthonyF5 opened this issue Oct 31, 2023 · 0 comments
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity

Comments

@AnthonyF5
Copy link

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:

net routing bfd sample-bfd {
    route-domain 0
    vlan {
        external {
            interval 1000
            minrx 1000
            multiplier 3
        }
    }
}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity
Projects
None yet
Development

No branches or pull requests

1 participant