Skip to content

Commit 96b2c60

Browse files
committed
Fix test data
1 parent 628fbcb commit 96b2c60

20 files changed

+16
-864
lines changed

docs/resources/router_static_vrf_ipv4_multicast.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,6 @@ resource "iosxr_router_static_vrf_ipv4_multicast" "example" {
1717
vrf_name = "VRF2"
1818
prefix_address = "100.0.1.0"
1919
prefix_length = 24
20-
nexthop_interfaces = [
21-
{
22-
interface_name = "GigabitEthernet0/0/0/1"
23-
description = "interface-description"
24-
tag = 100
25-
distance_metric = 122
26-
permanent = true
27-
metric = 10
28-
}
29-
]
30-
nexthop_interface_addresses = [
31-
{
32-
interface_name = "GigabitEthernet0/0/0/2"
33-
address = "11.11.11.1"
34-
description = "interface-description"
35-
tag = 103
36-
distance_metric = 144
37-
permanent = true
38-
metric = 10
39-
bfd_fast_detect_minimum_interval = 100
40-
bfd_fast_detect_multiplier = 3
41-
}
42-
]
4320
nexthop_addresses = [
4421
{
4522
address = "100.0.2.0"
@@ -53,27 +30,6 @@ resource "iosxr_router_static_vrf_ipv4_multicast" "example" {
5330
vrfs = [
5431
{
5532
vrf_name = "VRF1"
56-
nexthop_interfaces = [
57-
{
58-
interface_name = "GigabitEthernet0/0/0/3"
59-
description = "interface-description"
60-
tag = 100
61-
distance_metric = 122
62-
permanent = true
63-
metric = 10
64-
}
65-
]
66-
nexthop_interface_addresses = [
67-
{
68-
interface_name = "GigabitEthernet0/0/0/4"
69-
address = "11.11.11.1"
70-
description = "interface-description"
71-
tag = 103
72-
distance_metric = 144
73-
permanent = true
74-
metric = 10
75-
}
76-
]
7733
nexthop_addresses = [
7834
{
7935
address = "100.0.2.0"

docs/resources/router_static_vrf_ipv4_unicast.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,6 @@ resource "iosxr_router_static_vrf_ipv4_unicast" "example" {
1717
vrf_name = "VRF2"
1818
prefix_address = "100.0.1.0"
1919
prefix_length = 24
20-
nexthop_interfaces = [
21-
{
22-
interface_name = "GigabitEthernet0/0/0/1"
23-
description = "interface-description"
24-
tag = 100
25-
distance_metric = 122
26-
permanent = true
27-
metric = 10
28-
}
29-
]
30-
nexthop_interface_addresses = [
31-
{
32-
interface_name = "GigabitEthernet0/0/0/2"
33-
address = "11.11.11.1"
34-
description = "interface-description"
35-
tag = 103
36-
distance_metric = 144
37-
permanent = true
38-
metric = 10
39-
bfd_fast_detect_minimum_interval = 100
40-
bfd_fast_detect_multiplier = 3
41-
}
42-
]
4320
nexthop_addresses = [
4421
{
4522
address = "100.0.2.0"
@@ -53,27 +30,6 @@ resource "iosxr_router_static_vrf_ipv4_unicast" "example" {
5330
vrfs = [
5431
{
5532
vrf_name = "VRF1"
56-
nexthop_interfaces = [
57-
{
58-
interface_name = "GigabitEthernet0/0/0/3"
59-
description = "interface-description"
60-
tag = 100
61-
distance_metric = 122
62-
permanent = true
63-
metric = 10
64-
}
65-
]
66-
nexthop_interface_addresses = [
67-
{
68-
interface_name = "GigabitEthernet0/0/0/4"
69-
address = "11.11.11.1"
70-
description = "interface-description"
71-
tag = 103
72-
distance_metric = 144
73-
permanent = true
74-
metric = 10
75-
}
76-
]
7733
nexthop_addresses = [
7834
{
7935
address = "100.0.2.0"

docs/resources/router_static_vrf_ipv6_multicast.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,6 @@ resource "iosxr_router_static_vrf_ipv6_multicast" "example" {
1717
vrf_name = "VRF2"
1818
prefix_address = "1::"
1919
prefix_length = 64
20-
nexthop_interfaces = [
21-
{
22-
interface_name = "GigabitEthernet0/0/0/1"
23-
description = "interface-description"
24-
tag = 100
25-
distance_metric = 122
26-
permanent = true
27-
metric = 10
28-
}
29-
]
30-
nexthop_interface_addresses = [
31-
{
32-
interface_name = "GigabitEthernet0/0/0/2"
33-
address = "2::2"
34-
description = "interface-description"
35-
tag = 103
36-
distance_metric = 144
37-
permanent = true
38-
metric = 10
39-
}
40-
]
4120
nexthop_addresses = [
4221
{
4322
address = "3::3"
@@ -51,29 +30,6 @@ resource "iosxr_router_static_vrf_ipv6_multicast" "example" {
5130
vrfs = [
5231
{
5332
vrf_name = "VRF1"
54-
nexthop_interfaces = [
55-
{
56-
interface_name = "GigabitEthernet0/0/0/3"
57-
description = "interface-description"
58-
tag = 100
59-
distance_metric = 122
60-
permanent = true
61-
metric = 10
62-
}
63-
]
64-
nexthop_interface_addresses = [
65-
{
66-
interface_name = "GigabitEthernet0/0/0/4"
67-
address = "2::2"
68-
description = "interface-description"
69-
tag = 103
70-
distance_metric = 144
71-
permanent = true
72-
metric = 10
73-
bfd_fast_detect_minimum_interval = 100
74-
bfd_fast_detect_multiplier = 3
75-
}
76-
]
7733
nexthop_addresses = [
7834
{
7935
address = "3::3"

docs/resources/router_static_vrf_ipv6_unicast.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,6 @@ resource "iosxr_router_static_vrf_ipv6_unicast" "example" {
1717
vrf_name = "VRF2"
1818
prefix_address = "1::"
1919
prefix_length = 64
20-
nexthop_interfaces = [
21-
{
22-
interface_name = "GigabitEthernet0/0/0/1"
23-
description = "interface-description"
24-
tag = 100
25-
distance_metric = 122
26-
permanent = true
27-
metric = 10
28-
}
29-
]
30-
nexthop_interface_addresses = [
31-
{
32-
interface_name = "GigabitEthernet0/0/0/2"
33-
address = "2::2"
34-
description = "interface-description"
35-
tag = 103
36-
distance_metric = 144
37-
permanent = true
38-
metric = 10
39-
bfd_fast_detect_minimum_interval = 100
40-
bfd_fast_detect_multiplier = 3
41-
}
42-
]
4320
nexthop_addresses = [
4421
{
4522
address = "3::3"
@@ -53,27 +30,6 @@ resource "iosxr_router_static_vrf_ipv6_unicast" "example" {
5330
vrfs = [
5431
{
5532
vrf_name = "VRF1"
56-
nexthop_interfaces = [
57-
{
58-
interface_name = "GigabitEthernet0/0/0/3"
59-
description = "interface-description"
60-
tag = 100
61-
distance_metric = 122
62-
permanent = true
63-
metric = 10
64-
}
65-
]
66-
nexthop_interface_addresses = [
67-
{
68-
interface_name = "GigabitEthernet0/0/0/4"
69-
address = "2::2"
70-
description = "interface-description"
71-
tag = 103
72-
distance_metric = 144
73-
permanent = true
74-
metric = 10
75-
}
76-
]
7733
nexthop_addresses = [
7834
{
7935
address = "3::3"

examples/resources/iosxr_router_static_vrf_ipv4_multicast/resource.tf

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,6 @@ resource "iosxr_router_static_vrf_ipv4_multicast" "example" {
22
vrf_name = "VRF2"
33
prefix_address = "100.0.1.0"
44
prefix_length = 24
5-
nexthop_interfaces = [
6-
{
7-
interface_name = "GigabitEthernet0/0/0/1"
8-
description = "interface-description"
9-
tag = 100
10-
distance_metric = 122
11-
permanent = true
12-
metric = 10
13-
}
14-
]
15-
nexthop_interface_addresses = [
16-
{
17-
interface_name = "GigabitEthernet0/0/0/2"
18-
address = "11.11.11.1"
19-
description = "interface-description"
20-
tag = 103
21-
distance_metric = 144
22-
permanent = true
23-
metric = 10
24-
bfd_fast_detect_minimum_interval = 100
25-
bfd_fast_detect_multiplier = 3
26-
}
27-
]
285
nexthop_addresses = [
296
{
307
address = "100.0.2.0"
@@ -38,27 +15,6 @@ resource "iosxr_router_static_vrf_ipv4_multicast" "example" {
3815
vrfs = [
3916
{
4017
vrf_name = "VRF1"
41-
nexthop_interfaces = [
42-
{
43-
interface_name = "GigabitEthernet0/0/0/3"
44-
description = "interface-description"
45-
tag = 100
46-
distance_metric = 122
47-
permanent = true
48-
metric = 10
49-
}
50-
]
51-
nexthop_interface_addresses = [
52-
{
53-
interface_name = "GigabitEthernet0/0/0/4"
54-
address = "11.11.11.1"
55-
description = "interface-description"
56-
tag = 103
57-
distance_metric = 144
58-
permanent = true
59-
metric = 10
60-
}
61-
]
6218
nexthop_addresses = [
6319
{
6420
address = "100.0.2.0"

examples/resources/iosxr_router_static_vrf_ipv4_unicast/resource.tf

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,6 @@ resource "iosxr_router_static_vrf_ipv4_unicast" "example" {
22
vrf_name = "VRF2"
33
prefix_address = "100.0.1.0"
44
prefix_length = 24
5-
nexthop_interfaces = [
6-
{
7-
interface_name = "GigabitEthernet0/0/0/1"
8-
description = "interface-description"
9-
tag = 100
10-
distance_metric = 122
11-
permanent = true
12-
metric = 10
13-
}
14-
]
15-
nexthop_interface_addresses = [
16-
{
17-
interface_name = "GigabitEthernet0/0/0/2"
18-
address = "11.11.11.1"
19-
description = "interface-description"
20-
tag = 103
21-
distance_metric = 144
22-
permanent = true
23-
metric = 10
24-
bfd_fast_detect_minimum_interval = 100
25-
bfd_fast_detect_multiplier = 3
26-
}
27-
]
285
nexthop_addresses = [
296
{
307
address = "100.0.2.0"
@@ -38,27 +15,6 @@ resource "iosxr_router_static_vrf_ipv4_unicast" "example" {
3815
vrfs = [
3916
{
4017
vrf_name = "VRF1"
41-
nexthop_interfaces = [
42-
{
43-
interface_name = "GigabitEthernet0/0/0/3"
44-
description = "interface-description"
45-
tag = 100
46-
distance_metric = 122
47-
permanent = true
48-
metric = 10
49-
}
50-
]
51-
nexthop_interface_addresses = [
52-
{
53-
interface_name = "GigabitEthernet0/0/0/4"
54-
address = "11.11.11.1"
55-
description = "interface-description"
56-
tag = 103
57-
distance_metric = 144
58-
permanent = true
59-
metric = 10
60-
}
61-
]
6218
nexthop_addresses = [
6319
{
6420
address = "100.0.2.0"

0 commit comments

Comments
 (0)