aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrey Esin <gmlastik@gmail.com>2010-07-15 20:07:35 +0800
committerLeandro A. F. Pereira <leandro@hardinfo.org>2010-07-18 00:30:32 +0800
commitfb3b75281279deb7c975753a23edb855f5c5c013 (patch)
treeddbaf118cb10d2439cf569780db1fb27e38a61ad /modules
parentb58a2f3302c6670e89f2f0d2308e1f060bab513a (diff)
Adding VirtualBox network interface.
Diffstat (limited to 'modules')
-rw-r--r--modules/network/net.c1
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" },
};