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
Current example and usage only allows for a single match rule per context in import_route_map and export_route_map
import_route_map
export_route_map
import_route_map: description: desc type: global contexts: - name: CONTEXT1 description: desc1 action: deny order: 2 match_rule: MATCH1 set_rule: SET1
Would like to be able to define multiple match rules per context similar to apic.tenants.polices
apic.tenants.polices
New usage and example would be:
import_route_map: description: desc type: global contexts: - name: CONTEXT1 description: desc1 action: deny order: 2 match_rule: - MATCH1 - MATCH2 - MATCHn set_rule: SET1
The text was updated successfully, but these errors were encountered:
This will be addressed in the next release.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Current example and usage only allows for a single match rule per context in
import_route_map
andexport_route_map
Would like to be able to define multiple match rules per context similar to
apic.tenants.polices
New usage and example would be:
The text was updated successfully, but these errors were encountered: