summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/types.hpp')
-rw-r--r--src/vpp-api/vom/types.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vpp-api/vom/types.hpp b/src/vpp-api/vom/types.hpp
index 8543a6604bb..302e5ee47b1 100644
--- a/src/vpp-api/vom/types.hpp
+++ b/src/vpp-api/vom/types.hpp
@@ -53,6 +53,12 @@ enum class dependency_t
INTERFACE,
/**
+ * bond group binding is after interfaces but before
+ * anything else
+ */
+ BOND_BINDING,
+
+ /**
* Tunnel or virtual interfaces next
*/
TUNNEL,