mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -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
|
@ -20,7 +20,7 @@
|
|||
nxos_bgp: &set_multi_vrf
|
||||
asn: 65535
|
||||
vrf: "{{ item }}"
|
||||
router_id: 1.1.1.1
|
||||
router_id: 192.0.2.1
|
||||
bestpath_always_compare_med: true
|
||||
bestpath_aspath_multipath_relax: true
|
||||
bestpath_compare_routerid: true
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
- name: "Configure BGP defaults"
|
||||
nxos_bgp: &configure_default
|
||||
asn: 65535
|
||||
router_id: 1.1.1.1
|
||||
router_id: 192.0.2.1
|
||||
state: present
|
||||
register: result
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
|||
- name: "Configure BGP non defaults"
|
||||
nxos_bgp: &configure_non_default
|
||||
asn: 65535
|
||||
router_id: 1.1.1.1
|
||||
router_id: 192.0.2.1
|
||||
bestpath_always_compare_med: true
|
||||
bestpath_aspath_multipath_relax: true
|
||||
bestpath_compare_routerid: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue