Guest User

rr_test.xml

a guest
Apr 20th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <lnstrecipe>
  2. <network>
  3. <host id="machine1">
  4. <interfaces>
  5. <eth id="testiface" label="testnet">
  6. <addresses>
  7. <address>192.168.101.10/24</address>
  8. </addresses>
  9. </eth>
  10. </interfaces>
  11. </host>
  12. <host id="machine2">
  13. <interfaces>
  14. <eth id="testiface" label="testnet">
  15. <addresses>
  16. <address>192.168.101.11/24</address>
  17. </addresses>
  18. </eth>
  19. </interfaces>
  20. </host>
  21. </network>
  22. <task python="rr_test.py"/>
  23. </lnstrecipe>
Add Comment
Please, Sign In to add comment