[libvirt] [PATCH] docs: clarify nat range behavior

Ján Tomko jtomko at redhat.com
Wed Feb 18 14:39:08 UTC 2015


All the addresses from the range are used, not just those
that are in use on the host.

https://bugzilla.redhat.com/show_bug.cgi?id=1079917
---
 docs/formatnetwork.html.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index 7cf3f69..6abed8f 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -200,6 +200,8 @@
             <p><span class="since">Since 1.0.3</span> it is possible to
             specify a public IPv4 address and port range to be used for
             the NAT by using the <code><nat></code> subelement.
+            Note that all addresses from the range are used, not just those
+            that are in use on the host.
             The address range is set with the <code><address></code>
             subelements and <code>start</code> and <code>stop</code>
             attributes:
-- 
2.0.5




More information about the libvir-list mailing list