diff options
Diffstat (limited to 'deploy/template/network/bridge_nic.xml')
-rw-r--r-- | deploy/template/network/bridge_nic.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy/template/network/bridge_nic.xml b/deploy/template/network/bridge_nic.xml new file mode 100644 index 00000000..055845fb --- /dev/null +++ b/deploy/template/network/bridge_nic.xml @@ -0,0 +1,6 @@ +<network> +<name>REPLACE_NAME</name> +<forward mode="bridge"> + <interface dev="REPLACE_NIC"/> +</forward> +</network> |