-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
968 additions
and
590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
examples/resources/iosxr_router_static_vrf_ipv4_multicast/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
terraform import iosxr_router_static_vrf_ipv4_multicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv4/multicast/prefixes/prefix[prefix-address=100.0.1.0][prefix-length=%!d(string=24)]" | ||
terraform import iosxr_router_static_vrf_ipv4_multicast.example "<vrf_name>,<prefix_address>,<prefix_length>" |
2 changes: 1 addition & 1 deletion
2
examples/resources/iosxr_router_static_vrf_ipv4_unicast/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
terraform import iosxr_router_static_vrf_ipv4_unicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv4/unicast/prefixes/prefix[prefix-address=100.0.1.0][prefix-length=%!d(string=24)]" | ||
terraform import iosxr_router_static_vrf_ipv4_unicast.example "<vrf_name>,<prefix_address>,<prefix_length>" |
2 changes: 1 addition & 1 deletion
2
examples/resources/iosxr_router_static_vrf_ipv6_multicast/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
terraform import iosxr_router_static_vrf_ipv6_multicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv6/multicast/prefixes/prefix[prefix-address=1::][prefix-length=%!d(string=64)]" | ||
terraform import iosxr_router_static_vrf_ipv6_multicast.example "<vrf_name>,<prefix_address>,<prefix_length>" |
2 changes: 1 addition & 1 deletion
2
examples/resources/iosxr_router_static_vrf_ipv6_unicast/import.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
terraform import iosxr_router_static_vrf_ipv6_unicast.example "Cisco-IOS-XR-um-router-static-cfg:/router/static/vrfs/vrf[vrf-name=VRF2]/address-family/ipv6/unicast/prefixes/prefix[prefix-address=1::][prefix-length=%!d(string=64)]" | ||
terraform import iosxr_router_static_vrf_ipv6_unicast.example "<vrf_name>,<prefix_address>,<prefix_length>" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
106 changes: 0 additions & 106 deletions
106
internal/provider/data_source_iosxr_router_static_vrf.go
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
internal/provider/data_source_iosxr_router_static_vrf_test.go
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.