1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/junos_config/templates/basic/config.xml
2017-05-09 18:41:48 +05:30

15 lines
342 B
XML

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