gbp: Add bd flags
[vpp.git] / extras / vom / vom / gbp_bridge_domain.hpp
index 2c470aa..64429fc 100644 (file)
@@ -38,6 +38,9 @@ public:
   {
     const static flags_t NONE;
     const static flags_t DO_NOT_LEARN;
+    const static flags_t UU_FWD_DROP;
+    const static flags_t MCAST_DROP;
+    const static flags_t UCAST_ARP;
 
     static const flags_t& from_vpp(int i);