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
Update deleted parameter in iosxr collection to behave like ios.
RFE
cisco.iosxr.iosxr_static_routes
The feature would provide users greater control on which static routes to delete instead of all routes under a specific afi, or vrf.
IOSXR config:
address_families:
afi: ipv4 routes:
afi: ipv6 routes:
vrf: TEST-STATIC-ROUTE-VRF address_families:
The text was updated successfully, but these errors were encountered:
ashwini-mhatre
Successfully merging a pull request may close this issue.
SUMMARY
Update deleted parameter in iosxr collection to behave like ios.
ISSUE TYPE
RFE
COMPONENT NAME
cisco.iosxr.iosxr_static_routes
ADDITIONAL INFORMATION
The feature would provide users greater control on which static routes to delete instead of all routes under a specific afi, or vrf.
IOSXR
config:
address_families:
afi: ipv4
routes:
next_hops:
description: TEST
dest_vrf: TEST-STATIC-ROUTE-VRF
forward_router_address: x.x.x.x
interface: interface_name
safi: unicast
afi: ipv6
routes:
next_hops:
dest_vrf: TEST-STATIC-ROUTE-VRF
forward_router_address: x:x::x
interface: interface_name
tag: 4
safi: unicast
vrf: TEST-STATIC-ROUTE-VRF
address_families:
routes:
next_hops:
forward_router_address: x.x.x.x
interface: interface_name
tag: 4
safi: unicast
state: deleted
The text was updated successfully, but these errors were encountered: