mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix junos_config integration test (#41304)
* Change the ip address in fixture files as per PR #40554
This commit is contained in:
@@ -2,7 +2,7 @@ interfaces {
|
||||
lo0 {
|
||||
unit 0 {
|
||||
family inet {
|
||||
address 1.1.1.1/32;
|
||||
address 192.0.2.1/32;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
set interfaces lo0 unit 0 family inet address 1.1.1.1/32
|
||||
set interfaces lo0 unit 0 family inet address 192.0.2.1/32
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<family>
|
||||
<inet>
|
||||
<address>
|
||||
<name>1.1.1.1/32</name>
|
||||
<name>192.0.2.1/32</name>
|
||||
</address>
|
||||
</inet>
|
||||
</family>
|
||||
|
||||
Reference in New Issue
Block a user