diff options
Diffstat (limited to 'modules/network')
| -rw-r--r-- | modules/network/net.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/network/net.c b/modules/network/net.c index c470bc37..c0432522 100644 --- a/modules/network/net.c +++ b/modules/network/net.c @@ -256,6 +256,7 @@ static struct {      { "gre", "GRE Network Tunnel", "network" },      { "msh", "Mesh Network", "wireless" },      { "wmaster", "Wireless Master Interface", "wireless" }, +    { "vboxnet", "VirtualBox Virtual Network Interface", "network" },      { NULL, "Unknown", "network" },  }; | 
