diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index adb5bb9624f3d95f4b17e236060b93d550212295..f7c483d39fd04481c0d19b0e763f059baca0e364 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