diff options
Diffstat (limited to 'hardinfo2/arch/linux/common/net.h')
-rw-r--r-- | hardinfo2/arch/linux/common/net.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/arch/linux/common/net.h b/hardinfo2/arch/linux/common/net.h index 5ec56d6a..c3224321 100644 --- a/hardinfo2/arch/linux/common/net.h +++ b/hardinfo2/arch/linux/common/net.h @@ -245,6 +245,11 @@ static struct { { "bnep", "Bluetooth", "bluetooth" }, { "br", "Bridge Interface", "network" }, { "ham", "Hamachi Virtual Personal Network", "network"}, + { "net", "Ethernet", "network-interface" }, + { "ifb", "Intermediate Functional Block", "network" }, + { "gre", "GRE Network Tunnel", "network" }, + { "msh", "Mesh Network", "wireless" }, + { "wmaster", "Wireless Master Interface", "wireless" }, { NULL, "Unknown", "network" }, }; |