libvirt/tests/networkxml2xmlout
Daniel P. Berrangé 927acaedec conf: add an attribute to turn on NAT for IPv6 virtual networks
Historically IPv6 did not support NAT, so when IPv6 was added to
libvirt's virtual networks, when requesting <forward mode="nat"/>
libvirt will NOT apply NAT to IPv6 traffic, only IPv4 traffic.

This is an annoying historical design decision as it means we
cannot enable IPv6 automatically. We thus need to introduce a
new attribute

   <forward mode="nat">
     <nat ipv6="yes"/>
   </forward>

Reviewed-by: Laine Stump <laine@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2020-06-15 17:10:15 +01:00
..
8021Qbh-net.xml conf: add <vlan> element to network and domain interface elements 2012-08-15 13:10:57 -04:00
bandwidth-network.xml
dhcp6host-routed-network.xml
direct-net.xml
dnsmasq-options.xml
empty-allow-ipv6.xml
host-bridge-net.xml
host-bridge-no-flood.xml
hostdev-pf.xml
hostdev.xml
isolated-network.xml
isolated-ports.xml
leasetime-hours.xml
leasetime-infinite.xml
leasetime-minutes.xml
leasetime-seconds.xml
metadata.xml Allow custom metadata in network configuration XML 2016-07-01 13:05:25 -04:00
nat-network-dns-forward-plain.xml
nat-network-dns-forwarder-no-resolv.xml
nat-network-dns-forwarders.xml
nat-network-dns-hosts.xml
nat-network-dns-srv-record-minimal.xml
nat-network-dns-srv-record.xml
nat-network-dns-srv-records.xml
nat-network-dns-txt-record.xml
nat-network-explicit-flood.xml
nat-network-forward-nat-address.xml Add '<nat>' element to '<forward>' network schemas 2013-09-05 13:45:49 +02:00
nat-network-forward-nat-ipv6.xml conf: add an attribute to turn on NAT for IPv6 virtual networks 2020-06-15 17:10:15 +01:00
nat-network-forward-nat-no-address.xml
nat-network-mtu.xml
nat-network.xml
netboot-network.xml
netboot-proxy-network.xml
open-network.xml
openvswitch-net.xml
passthrough-address-crash.xml
passthrough-pf.xml
routed-network-no-dns.xml
routed-network.xml
set-mtu.xml
vepa-net.xml