summaryrefslogtreecommitdiffstats
path: root/compass/deploy/template/network/nat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'compass/deploy/template/network/nat.xml')
-rw-r--r--compass/deploy/template/network/nat.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/compass/deploy/template/network/nat.xml b/compass/deploy/template/network/nat.xml
deleted file mode 100644
index 90ce888..0000000
--- a/compass/deploy/template/network/nat.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<network ipv6='yes'>
- <name>REPLACE_NAME</name>
- <forward mode='nat'/>
- <bridge name='REPLACE_BRIDGE'/>
- <ip address='REPLACE_GATEWAY' netmask='REPLACE_MASK'>
- <!--dhcp>
- <range start='REPLACE_START' end='REPLACE_END'/>
- </dhcp-->
- </ip>
-</network>