1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Add NetworkInterface::Info::is_up.

This commit is contained in:
Matias Fontanini
2015-05-19 18:44:24 -07:00
parent b0faebd135
commit 2f2a705127
2 changed files with 13 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ public:
struct Info {
IPv4Address ip_addr, netmask, bcast_addr;
address_type hw_addr;
bool is_up;
};
/**