BD/API:add bridge_domain_set_mac_age api
[vpp.git] / src / vnet / l2 / l2_input.h
index 262f75c..a2ade8d 100644 (file)
@@ -117,6 +117,11 @@ typedef enum
   foreach_l2input_feat
 #undef _
     L2INPUT_N_FEAT,
+  L2INPUT_VALID_MASK =
+#define _(sym,str) L2INPUT_FEAT_##sym##_BIT |
+    foreach_l2input_feat
+#undef _
+    0,
 } l2input_feat_t;
 
 /* Feature bit masks */