mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554)
* Remove 1.1.1.1 from *_config tests * remove from *_smoke and *_system * Miscellaneous other tests * Remove from module documentation as well * Remove from unit tests as well * Remove accidental duplication from rebase
This commit is contained in:
parent
91eb4a034e
commit
82dfa542c2
111 changed files with 1136 additions and 1136 deletions
|
@ -94,7 +94,7 @@ EXAMPLES = """
|
|||
interfaces:
|
||||
- ge-0/0/3
|
||||
- ge-0/0/2
|
||||
rd: 1.1.1.1:10
|
||||
rd: 192.0.2.1:10
|
||||
target: target:65514:113
|
||||
state: present
|
||||
|
||||
|
@ -105,7 +105,7 @@ EXAMPLES = """
|
|||
interfaces:
|
||||
- ge-0/0/3
|
||||
- ge-0/0/2
|
||||
rd: 1.1.1.1:10
|
||||
rd: 192.0.2.1:10
|
||||
target: target:65514:113
|
||||
state: absent
|
||||
|
||||
|
@ -116,7 +116,7 @@ EXAMPLES = """
|
|||
interfaces:
|
||||
- ge-0/0/3
|
||||
- ge-0/0/2
|
||||
rd: 1.1.1.1:10
|
||||
rd: 192.0.2.1:10
|
||||
target: target:65514:113
|
||||
active: False
|
||||
|
||||
|
@ -127,7 +127,7 @@ EXAMPLES = """
|
|||
interfaces:
|
||||
- ge-0/0/3
|
||||
- ge-0/0/2
|
||||
rd: 1.1.1.1:10
|
||||
rd: 192.0.2.1:10
|
||||
target: target:65514:113
|
||||
active: True
|
||||
|
||||
|
@ -139,14 +139,14 @@ EXAMPLES = """
|
|||
interfaces:
|
||||
- ge-0/0/3
|
||||
- ge-0/0/2
|
||||
rd: 1.1.1.1:10
|
||||
rd: 192.0.2.1:10
|
||||
target: target:65514:113
|
||||
- name: test-2
|
||||
description: test-vrf-2
|
||||
interfaces:
|
||||
- ge-0/0/4
|
||||
- ge-0/0/5
|
||||
rd: 2.2.2.2:10
|
||||
rd: 192.0.2.2:10
|
||||
target: target:65515:114
|
||||
state: present
|
||||
"""
|
||||
|
@ -163,7 +163,7 @@ diff.prepared:
|
|||
+ instance-type vrf;
|
||||
+ interface ge-0/0/2.0;
|
||||
+ interface ge-0/0/3.0;
|
||||
+ route-distinguisher 1.1.1.1:10;
|
||||
+ route-distinguisher 192.0.2.1:10;
|
||||
+ vrf-target target:65514:113;
|
||||
+ }
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue