From 229a6b7a3ca821a848653099b1ff83c7926a265f Mon Sep 17 00:00:00 2001 From: Jon Loeliger Date: Mon, 8 May 2017 16:53:44 -0500 Subject: Add missing format_ip6_address() functions to plugin_api. Specifically, the ACL plugin needed format_ip6_address() and the ip46 variant as well. Change-Id: Iec35b8acd4cab4bcbc73053dcca2ee91bd9c72cd Signed-off-by: Jon Loeliger --- src/vat/vat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vat/vat.h') diff --git a/src/vat/vat.h b/src/vat/vat.h index 831bdf50d9d..233a1c41820 100644 --- a/src/vat/vat.h +++ b/src/vat/vat.h @@ -229,6 +229,8 @@ uword unformat_ethernet_type_host_byte_order (unformat_input_t * input, va_list * args); uword unformat_ip6_address (unformat_input_t * input, va_list * args); u8 *format_ip4_address (u8 * s, va_list * args); +u8 *format_ip6_address (u8 * s, va_list * args); +u8 *format_ip46_address (u8 * s, va_list * args); u8 *format_ethernet_address (u8 * s, va_list * args); #if VPP_API_TEST_BUILTIN -- cgit 1.2.3-korg