diff options
author | Neale Ranns <nranns@cisco.com> | 2018-11-09 08:19:27 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-11-13 14:45:26 +0000 |
commit | 5d9df1db07969fea8f391bd48ba14cceb840da1e (patch) | |
tree | 5b78ed089e3a84ab1cc66ef968120f46348c69c8 /src/vnet/l2/l2_output.h | |
parent | a3d5986a35743a3ca1020155bed8267b5246d155 (diff) |
L2 feautre bitmaps output verbose/non-verbose mode
Change-Id: I15ff191ee8724a3354c074db590472db05e0652e
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/l2/l2_output.h')
-rw-r--r-- | src/vnet/l2/l2_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2/l2_output.h b/src/vnet/l2/l2_output.h index 33eeb8e6e9b..74d2829839f 100644 --- a/src/vnet/l2/l2_output.h +++ b/src/vnet/l2/l2_output.h @@ -141,7 +141,7 @@ typedef enum /* Return an array of strings containing graph node names of each feature */ char **l2output_get_feat_names (void); -/* arg0 - u32 feature_bitmap */ +/* arg0 - u32 feature_bitmap, arg1 - u32 verbose */ u8 *format_l2_output_features (u8 * s, va_list * args); /** |