VOM: bond: Add support for LACP
[vpp.git] / src / vpp-api / vom / types.hpp
index 8543a66..302e5ee 100644 (file)
@@ -52,6 +52,12 @@ enum class dependency_t
    */
   INTERFACE,
 
+  /**
+   * bond group binding is after interfaces but before
+   * anything else
+   */
+  BOND_BINDING,
+
   /**
    * Tunnel or virtual interfaces next
    */