basic support for public domains, with example -- will prompt for network interface to bridge to (ref #97)

This commit is contained in:
Z. Cliffe Schreuders
2017-08-12 10:02:35 +01:00
parent 246443bb5e
commit 35c4c309f4
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<network xmlns="http://www.github/cliffe/SecGen/network"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/network">
<name>Public Network #1</name>
<author>Z. Cliffe Schreuders</author>
<module_license>GPLv3</module_license>
<description>A network</description>
<type>public_network</type>
<range>dhcp</range>
</network>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<scenario xmlns="http://www.github/cliffe/SecGen/scenario"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
<system>
<system_name>storage_server</system_name>
<base platform="linux"/>
<service /> <!-- random network service -->
<network type="public_network"/>
</system>
</scenario>