diff options
Diffstat (limited to 'mcp/scripts/virsh_net/net_internal.xml')
-rw-r--r-- | mcp/scripts/virsh_net/net_internal.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mcp/scripts/virsh_net/net_internal.xml b/mcp/scripts/virsh_net/net_internal.xml new file mode 100644 index 000000000..8cf875e7c --- /dev/null +++ b/mcp/scripts/virsh_net/net_internal.xml @@ -0,0 +1,12 @@ +<!-- + Copyright (c) 2017 Mirantis Inc., Enea AB and others. + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Apache License, Version 2.0 + which accompanies this distribution, and is available at + http://www.apache.org/licenses/LICENSE-2.0 +--> +<network> + <name>internal</name> + <bridge name="internal"/> +</network> |