id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	guest	host
1714	vboxnet fails for groups -- bug in vboxnet => Fixed in 1.6.4	dan.glassman		The vboxnet bash script fails to determine when an interface has been assigned to a group.\r\n\r\nTo recreate:  Use VBoxAddIF to assign a new interface to a group according to the documentation.\r\n\r\nThe problem:\r\n\r\nAround line 185 in the vboxnet script:\r\n\r\n\r\n{{{\r\n185         case $user in\r\n186 _            +*)\r\n187 _                group=`echo $2 | cut -c2-`\r\n188 _                cmd="VBoxTunctl -t $1 -g $group"\r\n\r\n}}}\r\n\r\nbut $user is never set, so that path is never taken.  line 185 should be changed to:\r\n\r\n\r\n{{{\r\ncase $2 in\r\n}}}\r\n\r\n	defect	closed	trivial	installer	VirtualBox 1.6.2	fixed	vboxnet		other	other
