From a1179589bea89b44f7b41001b5e5595a8793b1df Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Wed, 24 Oct 2018 02:31:51 -0700 Subject: L2-input/output: use feature enum type in flag update function Change-Id: I1f58f441c65fbca101bee2e864bfa6ae2306b475 Signed-off-by: Neale Ranns --- src/vnet/l2/l2_input.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/vnet/l2/l2_input.h') diff --git a/src/vnet/l2/l2_input.h b/src/vnet/l2/l2_input.h index e7c413f59c4..f55e70371e0 100644 --- a/src/vnet/l2/l2_input.h +++ b/src/vnet/l2/l2_input.h @@ -135,6 +135,7 @@ STATIC_ASSERT (L2INPUT_N_FEAT <= 32, "too many l2 input features"); /* Feature bit masks */ typedef enum { + L2INPUT_FEAT_NONE = 0, #define _(sym,str) L2INPUT_FEAT_##sym = (1<