From 942402b02096af1c966f10e3e2a3d235787b962e Mon Sep 17 00:00:00 2001 From: Eyal Bari Date: Wed, 26 Jul 2017 11:57:04 +0300 Subject: CLI:add l2 input/outut to "sh int features" Change-Id: If608bbc7f4c8b0d5c3a237098a20279e407c82d3 Signed-off-by: Eyal Bari --- src/vnet/l2/l2_output.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/l2/l2_output.h') diff --git a/src/vnet/l2/l2_output.h b/src/vnet/l2/l2_output.h index a54b8d67c93..1a73fdf9790 100644 --- a/src/vnet/l2/l2_output.h +++ b/src/vnet/l2/l2_output.h @@ -141,6 +141,8 @@ typedef enum /* Return an array of strings containing graph node names of each feature */ char **l2output_get_feat_names (void); +/* arg0 - u32 feature_bitmap */ +u8 *format_l2_output_features (u8 * s, va_list * args); /** * The next set of functions is for use by output feature graph nodes. -- cgit 1.2.3-korg