diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/networks.xml | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/examples/networks.xml b/examples/networks.xml new file mode 100644 index 0000000..641071d --- /dev/null +++ b/examples/networks.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<networks> +  <network name="Network one"> +    <domain>one.network.example</domain> +    <ip_block>10.10.0.0/24</ip_block> +    <admin_contact>Admin Istrator <admin@one.network.example></admin_contact> +  </network> +  <network name="Network two"> +    <domain>two.network.example</domain> +    <ip_block>10.11.0.0/24</ip_block>     +    <admin_contact>Admin Ister <admin@two.network.example></admin_contact> +  </network> +</networks>
\ No newline at end of file | 
