aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/tap_interface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/tap_interface.hpp')
-rw-r--r--extras/vom/vom/tap_interface.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/extras/vom/vom/tap_interface.hpp b/extras/vom/vom/tap_interface.hpp
index d9df9a92a8d..3b0072d4a7d 100644
--- a/extras/vom/vom/tap_interface.hpp
+++ b/extras/vom/vom/tap_interface.hpp
@@ -26,10 +26,12 @@ class tap_interface : public interface
{
public:
tap_interface(const std::string& name,
+ type_t type,
admin_state_t state,
route::prefix_t prefix);
tap_interface(const std::string& name,
+ type_t type,
admin_state_t state,
route::prefix_t prefix,
const l2_address_t& l2_address);
@@ -75,10 +77,13 @@ private:
static event_handler m_evh;
/**
- * Ip Prefix
+ * host Ip Prefix
*/
route::prefix_t m_prefix;
+ /**
+ * host mac address
+ */
l2_address_t m_l2_address;
/**