mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +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'>
|
||||
<port start='1024' end='65535'/>
|
||||
</nat>
|
||||
|
||||
</forward>
|
||||
<ip address="192.168.122.1" netmask="255.255.255.0">
|
||||
<dhcp>
|
||||
<range start="192.168.122.2" end="192.168.122.254"/>
|
||||
</dhcp>
|
||||
</ip>
|
||||
<ip family="ipv6" address="fdXX:XXXX:XXXX:NNNN:: prefix="64"/>
|
||||
<ip family="ipv6" address="fdXX:XXXX:XXXX:NNNN::" prefix="64"/>
|
||||
</network>
|
||||
|
||||
IPv6 NAT addressing has some caveats over the more straight forward IPv4 case.
|
||||
|
Loading…
Reference in New Issue
Block a user