aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bfd/bfd_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/bfd/bfd_udp.c')
-rw-r--r--src/vnet/bfd/bfd_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/bfd/bfd_udp.c b/src/vnet/bfd/bfd_udp.c
index 5464ce91f57..fa696aa2006 100644
--- a/src/vnet/bfd/bfd_udp.c
+++ b/src/vnet/bfd/bfd_udp.c
@@ -589,7 +589,7 @@ bfd_udp_validate_api_input (u32 sw_if_index,
{
vlib_log_err (bum->log_class,
"local address %U not found on interface with index %u",
- format_ip46_address, IP46_TYPE_ANY, local_addr,
+ format_ip46_address, local_addr, IP46_TYPE_ANY,
sw_if_index);
return VNET_API_ERROR_ADDRESS_NOT_FOUND_FOR_INTERFACE;
}