vxlan: vxlan/vxlan.api API cleanup
[vpp.git] / extras / vom / vom / acl_binding.hpp
index 89db0ee..2c9923b 100644 (file)
@@ -18,7 +18,8 @@
 
 #include <ostream>
 
-#include "vom/acl_list.hpp"
+#include "vom/acl_l2_list.hpp"
+#include "vom/acl_l3_list.hpp"
 #include "vom/acl_types.hpp"
 #include "vom/hw.hpp"
 #include "vom/inspect.hpp"
@@ -129,7 +130,7 @@ private:
     /**
      * Get the sortable Id of the listener
      */
-    dependency_t order() const { return (dependency_t::BINDING); }
+    dependency_t order() const;
   };
 
   /**