summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/interface.hpp')
-rw-r--r--src/vpp-api/vom/interface.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vpp-api/vom/interface.hpp b/src/vpp-api/vom/interface.hpp
index b0aeb739fdb..0099bde42ba 100644
--- a/src/vpp-api/vom/interface.hpp
+++ b/src/vpp-api/vom/interface.hpp
@@ -96,6 +96,11 @@ public:
const static type_t VHOST;
/**
+ * bond interface type
+ */
+ const static type_t BOND;
+
+ /**
* Convert VPP's name of the interface to a type
*/
static type_t from_string(const std::string& str);