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

Add route-domain attribute for prefix-lists #357

Open
ghost opened this issue Jul 18, 2023 · 3 comments
Open

Add route-domain attribute for prefix-lists #357

ghost opened this issue Jul 18, 2023 · 3 comments
Labels
enhancement New feature or request untriaged Issue needs to be reviewed for validity

Comments

@ghost
Copy link

ghost commented Jul 18, 2023

Is your feature request related to a problem? Please describe.

When attempting to define a routing prefix list in DO, I can create all items equivalent to TMSH except the route-domain specification.

Describe the solution you'd like

I'd like a "routeDomain" field added to the prefix-list schema.

Describe alternatives you've considered

None; this feature is simply missing from Declarative Onboarding.

Additional context

Example TMSH command:

create net routing prefix-list prefixListTestRouteDomain7 route-domain data-rd5 entries add { 1 { action permit prefix 0.0.0.0/0 prefix-len-range 32 } } 

Example DO item:

            "myPrefixList": {
                "class": "RoutingPrefixList",
                "routeDomain": "data-rd5",
                "entries": [
                    {
                        "name": 0,
                        "action": "permit",
                        "prefix": "::/0",
                        "prefixLengthRange": "0",
                    }
                ]
            }

@ghost ghost added enhancement New feature or request untriaged Issue needs to be reviewed for validity labels Jul 18, 2023
@nwehrman
Copy link

Just a note for a developer or another person who stumbles on this but you can leverage prefix lists with the rest api as well if needed. https://my.f5.com/manage/s/article/K11549313

@JakeBancroft
Copy link

BZ ID1327685

@ghost
Copy link
Author

ghost commented Aug 30, 2023

This should be included in DO 1.41.

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

2 participants