summaryrefslogtreecommitdiff
path: root/osdep/LinuxNetLink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/LinuxNetLink.hpp')
-rw-r--r--osdep/LinuxNetLink.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/LinuxNetLink.hpp b/osdep/LinuxNetLink.hpp
index d0e83189..188c8a77 100644
--- a/osdep/LinuxNetLink.hpp
+++ b/osdep/LinuxNetLink.hpp
@@ -105,6 +105,7 @@ private:
int index;
char ifacename[IFNAMSIZ];
char mac[18];
+ char mac_bin[6];
unsigned int mtu;
};
Hashtable<int, iface_entry> _interfaces;