ip: fix warning on interface ipv6 prefix remove 39/40439/2
authorVladislav Grishenko <themiron@yandex-team.ru>
Sun, 15 May 2022 20:58:53 +0000 (01:58 +0500)
committerNeale Ranns <neale@graphiant.com>
Mon, 4 Mar 2024 07:57:03 +0000 (07:57 +0000)
Type: fix
Signed-off-by: Vladislav Grishenko <themiron@yandex-team.ru>
Change-Id: I428f52abbdddd9caca9b0f619a0e934f96ac0b4a

src/vnet/ip/ip6_forward.c

index 2171cb8..7c95201 100644 (file)
@@ -198,7 +198,7 @@ ip6_del_interface_prefix_routes (ip6_main_t * im,
   if (!if_prefix)
     {
       clib_warning ("Prefix not found while deleting %U",
-                   format_ip4_address_and_length, address, address_length);
+                   format_ip6_address_and_length, address, address_length);
       return;
     }