From: Jiri Denemark Date: Thu, 21 Feb 2013 09:32:36 +0000 (+0100) Subject: docs: Fix HTML errors X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d3d5920181358917cf7a2a4e354f93443b25c589;p=libvirt.git docs: Fix HTML errors
 is forbidden inside 

--- diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index adb5bb9624..f7c483d39f 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -143,6 +143,7 @@ The address range is set with the <address> subelements and start and stop attributes: +

 ...
   <forward mode='nat'>
@@ -150,8 +151,8 @@
       <address start='1.2.3.4' end='1.2.3.10'/>
     </nat>
   </forward>
-...
-            
+...
+

An singe IPv4 address can be set by setting start and end attributes to the same value. @@ -159,6 +160,7 @@

The port range to be used for the <nat> can be set via the subelement <port>: +

 ...
   <forward mode='nat'>
@@ -166,9 +168,7 @@
       <port start='500' end='1000'/>
     </nat>
   </forward>
-...
-            
-

+...
route