mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
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:
parent
da255ce831
commit
206b59a296
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user