summaryrefslogtreecommitdiffstats
path: root/src/vat/vat.h
diff options
context:
space:
mode:
authorJon Loeliger <jdl@netgate.com>2017-05-08 16:53:44 -0500
committerChris Luke <chris_luke@comcast.com>2017-05-09 15:25:42 +0000
commit229a6b7a3ca821a848653099b1ff83c7926a265f (patch)
tree58453f6d67e8bc25108f04a3c820101b269fff3d /src/vat/vat.h
parentf6d68ed2db2bcd41c9b7ddde5e411073c1566c29 (diff)
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 <jdl@netgate.com>
Diffstat (limited to 'src/vat/vat.h')
-rw-r--r--src/vat/vat.h2
1 files changed, 2 insertions, 0 deletions
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