]> xenbits.xensource.com Git - libvirt.git/commit
tests: Update IPv4-in-IPv6 addresses
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 3 Mar 2022 15:57:30 +0000 (16:57 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Mar 2022 14:08:59 +0000 (15:08 +0100)
commit86c691e6dedc1cfb487eb1e1651c0600cc567ea9
treea7870ba141beee3f6eef0c3c20fc1a4f8ead0e21
parentc7a0b8906568244ba49d2fc5895e5cb2814323d3
tests: Update IPv4-in-IPv6 addresses

We have couple of tests where the obsolete IPv4-in-IPv6 notation
is used (::10.1.2.3). Change them to the correct format
(::ffff:10.1.2.3).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
44 files changed:
tests/nwfilterxml2firewalldata/ah-ipv6-linux.args
tests/nwfilterxml2firewalldata/ah-ipv6.xml
tests/nwfilterxml2firewalldata/all-ipv6-linux.args
tests/nwfilterxml2firewalldata/all-ipv6.xml
tests/nwfilterxml2firewalldata/comment-linux.args
tests/nwfilterxml2firewalldata/comment.xml
tests/nwfilterxml2firewalldata/esp-ipv6-linux.args
tests/nwfilterxml2firewalldata/esp-ipv6.xml
tests/nwfilterxml2firewalldata/hex-data-linux.args
tests/nwfilterxml2firewalldata/hex-data.xml
tests/nwfilterxml2firewalldata/icmpv6-linux.args
tests/nwfilterxml2firewalldata/icmpv6.xml
tests/nwfilterxml2firewalldata/ipv6-linux.args
tests/nwfilterxml2firewalldata/ipv6.xml
tests/nwfilterxml2firewalldata/sctp-ipv6-linux.args
tests/nwfilterxml2firewalldata/sctp-ipv6.xml
tests/nwfilterxml2firewalldata/tcp-ipv6-linux.args
tests/nwfilterxml2firewalldata/tcp-ipv6.xml
tests/nwfilterxml2firewalldata/udp-ipv6-linux.args
tests/nwfilterxml2firewalldata/udp-ipv6.xml
tests/nwfilterxml2firewalldata/udplite-ipv6-linux.args
tests/nwfilterxml2firewalldata/udplite-ipv6.xml
tests/nwfilterxml2xmlin/ah-ipv6-test-invalid.xml
tests/nwfilterxml2xmlin/all-ipv6-test-invalid.xml
tests/nwfilterxml2xmlin/comment-test-invalid.xml
tests/nwfilterxml2xmlin/esp-ipv6-test-invalid.xml
tests/nwfilterxml2xmlin/hex-data-test-invalid.xml
tests/nwfilterxml2xmlin/icmpv6-test-invalid.xml
tests/nwfilterxml2xmlin/ipv6-test-invalid.xml
tests/nwfilterxml2xmlin/sctp-ipv6-test-invalid.xml
tests/nwfilterxml2xmlin/tcp-ipv6-test-invalid.xml
tests/nwfilterxml2xmlin/udp-ipv6-test-invalid.xml
tests/nwfilterxml2xmlin/udplite-ipv6-test-invalid.xml
tests/nwfilterxml2xmlout/ah-ipv6-test.xml
tests/nwfilterxml2xmlout/all-ipv6-test.xml
tests/nwfilterxml2xmlout/comment-test.xml
tests/nwfilterxml2xmlout/esp-ipv6-test.xml
tests/nwfilterxml2xmlout/hex-data-test.xml
tests/nwfilterxml2xmlout/icmpv6-test.xml
tests/nwfilterxml2xmlout/ipv6-test.xml
tests/nwfilterxml2xmlout/sctp-ipv6-test.xml
tests/nwfilterxml2xmlout/tcp-ipv6-test.xml
tests/nwfilterxml2xmlout/udp-ipv6-test.xml
tests/nwfilterxml2xmlout/udplite-ipv6-test.xml