also store binary representation of mac address in the interface lookup table for later use
This commit is contained in:
parent
be469f4dd0
commit
442595d6fc
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue