ansible/test/integration/targets/junos_config/templates/basic/config.xml
Ganesh Nalawade 1ce484831b
Fix junos_config integration test (#41304)
*  Change the ip address in fixture files
   as per PR #40554
2018-06-08 13:16:47 +05:30

15 lines
344 B
XML

<interfaces>
<interface>
<name>lo0</name>
<unit>
<name>0</name>
<family>
<inet>
<address>
<name>192.0.2.1/32</name>
</address>
</inet>
</family>
</unit>
</interface>
</interfaces>