summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/types.hpp')
-rw-r--r--extras/vom/vom/types.hpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/extras/vom/vom/types.hpp b/extras/vom/vom/types.hpp
index 53654c51ac5..7b08d831352 100644
--- a/extras/vom/vom/types.hpp
+++ b/extras/vom/vom/types.hpp
@@ -53,15 +53,9 @@ enum class dependency_t
INTERFACE,
/**
- * bond group binding is after interfaces but before
- * anything else
+ * virtual interfaces - those that depend on some real interface
*/
- BOND_BINDING,
-
- /**
- * Tunnel or virtual interfaces next
- */
- TUNNEL,
+ VIRTUAL_INTERFACE,
/**
* Tables in which entries are added, e.g bridge/route-domains
@@ -89,8 +83,6 @@ enum class dependency_t
*/
struct rc_t : public enum_base<rc_t>
{
- rc_t(const rc_t& rc) = default;
-
/**
* Destructor
*/