mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Load vmnet too.
This commit is contained in:
parent
91c37b4bb6
commit
1bf92a5edd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78834
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ exec >/dev/null
|
||||||
case $1 in
|
case $1 in
|
||||||
start)
|
start)
|
||||||
kldstat -v | grep vmmon >/dev/null || kldload ${vmware_libdir}/modules/vmmon_${suffix}.ko
|
kldstat -v | grep vmmon >/dev/null || kldload ${vmware_libdir}/modules/vmmon_${suffix}.ko
|
||||||
|
kldstat -v | grep vmnet >/dev/null || kldload ${vmware_libdir}/modules/vmnet.ko
|
||||||
if [ $networking -eq 1 ]; then
|
if [ $networking -eq 1 ]; then
|
||||||
kldstat -v | grep if_tap >/dev/null || kldload if_tap.ko
|
kldstat -v | grep if_tap >/dev/null || kldload if_tap.ko
|
||||||
if [ ! -e $dev_vmnet1 ]; then
|
if [ ! -e $dev_vmnet1 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue