docs: fix syntax errors in IPv6 NAT example XML

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2022-08-23 16:10:56 +01:00
parent da255ce831
commit 206b59a296

View File

@ -930,13 +930,13 @@ routing.
<nat ipv6='yes'> <nat ipv6='yes'>
<port start='1024' end='65535'/> <port start='1024' end='65535'/>
</nat> </nat>
</forward>
<ip address="192.168.122.1" netmask="255.255.255.0"> <ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp> <dhcp>
<range start="192.168.122.2" end="192.168.122.254"/> <range start="192.168.122.2" end="192.168.122.254"/>
</dhcp> </dhcp>
</ip> </ip>
<ip family="ipv6" address="fdXX:XXXX:XXXX:NNNN:: prefix="64"/> <ip family="ipv6" address="fdXX:XXXX:XXXX:NNNN::" prefix="64"/>
</network> </network>
IPv6 NAT addressing has some caveats over the more straight forward IPv4 case. IPv6 NAT addressing has some caveats over the more straight forward IPv4 case.