From: Jiri Denemark
---
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
An singe IPv4 address can be set by setting
The port range to be used for the is forbidden inside
+ <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>
-...
-
+...start
and end
attributes to
the same value.
@@ -159,6 +160,7 @@
<nat>
can
be set via the subelement <port>
:
+
...
<forward mode='nat'>
@@ -166,9 +168,7 @@
<port start='500' end='1000'/>
</nat>
</forward>
-...
-
-
route