Added patches for routed networking from Mads Chr. Olesen

This commit is contained in:
Daniel P. Berrange
2008-03-28 20:38:21 +00:00
parent 924de9c3d1
commit 038b434f14
8 changed files with 223 additions and 50 deletions

View File

@@ -56,6 +56,14 @@
rest of the network -->
<element name="forward">
<optional><attribute name="dev"><text/></attribute></optional>
<optional>
<attribute name="mode">
<choice>
<value>nat</value>
<value>routed</value>
</choice>
</attribute>
</optional>
</element>
</optional>
</element>