VOM: bond: Add support for LACP
[vpp.git] / src / vpp-api / vom / interface.hpp
index 5d29510..0099bde 100644 (file)
@@ -95,6 +95,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
      */
@@ -354,7 +359,7 @@ public:
     void succeeded() {}
 
     /**
-     * add the created interface to the DB
+     * remove the deleted interface from the DB
      */
     void remove_interface() { interface::remove(this->item()); }