]> git.puffer.fish Git - mirror/frr.git/commit
lib, test: fix display ipv4 mapped ipv6 addresses
authorLouis Scalbert <louis.scalbert@6wind.com>
Mon, 22 Jul 2024 14:15:26 +0000 (16:15 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Wed, 16 Oct 2024 11:45:46 +0000 (13:45 +0200)
commit84ab0213fc68dc9f78b6f00455c407ad0f3070af
tree93cbb1dd16a27a095fc18f2c786cd7a7248f273b
parent40dce0be6a8f1cad15fce434177b48f9e69b96dd
lib, test: fix display ipv4 mapped ipv6 addresses

Display ipv4 mapped ipv6 addresses in the format ::ffff:A.B.C.D.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
21 files changed:
lib/ntop.c
tests/topotests/bfd_isis_topo1/rt1/step1/show_ipv6_route.ref
tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_healthy.ref
tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_rt2_down.ref
tests/topotests/bfd_isis_topo1/rt1/step3/show_ipv6_route_rt3_down.ref
tests/topotests/bfd_isis_topo1/rt1/zebra.conf
tests/topotests/bfd_isis_topo1/rt2/zebra.conf
tests/topotests/bfd_isis_topo1/rt3/zebra.conf
tests/topotests/bfd_isis_topo1/rt4/zebra.conf
tests/topotests/bfd_isis_topo1/rt5/zebra.conf
tests/topotests/bfd_ospf_topo1/rt1/step1/show_ipv6_route.ref
tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_healthy.ref
tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_rt2_down.ref
tests/topotests/bfd_ospf_topo1/rt1/step3/show_ipv6_route_rt3_down.ref
tests/topotests/bfd_ospf_topo1/rt1/zebra.conf
tests/topotests/bfd_ospf_topo1/rt2/zebra.conf
tests/topotests/bfd_ospf_topo1/rt3/zebra.conf
tests/topotests/bfd_ospf_topo1/rt4/zebra.conf
tests/topotests/bfd_ospf_topo1/rt5/zebra.conf
tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py
tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py