diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index 9cf940052b..291dcea12b 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -855,14 +855,14 @@ <hostname>myhostalias</hostname> </host> </dns> -<ip address="192.168.122.1" netmask="255.255.255.0"> +<ip address="192.168.122.1" netmask="255.255.255.0" localPtr="yes"> <dhcp> <range start="192.168.122.100" end="192.168.122.254"/> <host mac="00:16:3e:77:e2:ed" name="foo.example.com" ip="192.168.122.10"/> <host mac="00:16:3e:3e:a9:1a" name="bar.example.com" ip="192.168.122.11"/> </dhcp> </ip> -<ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64"/> +<ip family="ipv6" address="2001:db8:ca2:2::1" prefix="64" localPtr="yes"/> <route family="ipv6" address="2001:db9:ca1:1::" prefix="64" gateway="2001:db8:ca2:2::2"/> @@ -983,11 +983,18 @@ to specify the type of address — ipv4 or ipv6; if no family is given, ipv4 is assumed. More than one address of each family can - be defined for a network. The ip element is supported - since 0.3.0. IPv6, multiple addresses on a - single network, family, and prefix are - supported since 0.8.7. The ip - element may contain the following elements: + be defined for a network. The optional localPtr attribute + (since 3.0.0) configures the DNS server to + not forward any reverse DNS requests for IP addresses from the network + configured by the address and + netmask/prefix attributes. For some unusual + network prefixes (not divisible by 8 for IPv4 or not divisible by 4 for + IPv6) libvirt may be unable to compute the PTR domain automatically. + The ip element is supported since + 0.3.0. IPv6, multiple addresses on a single network, + family, and prefix are supported + since 0.8.7. The ip element may + contain the following elements:
tftp
diff --git a/docs/news.html.in b/docs/news.html.in index 80ac304cd7..5a34674f15 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -16,6 +16,8 @@