VirtualBox

Changeset 22350 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Aug 19, 2009 3:06:56 PM (15 years ago)
Author:
vboxsync
Message:

Solaris/Installer: unplumb vboxnet0 ipv6 if present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r22227 r22350  
    501501        if test "$?" -ne 0; then
    502502            errorprint "VirtualBox NetAdapter 'vboxnet0' couldn't be unplumbed (probably in use)."
     503            if test "$fatal" = "$FATALOP"; then
     504                exit 1
     505            fi
     506        fi
     507    fi
     508
     509    # unplumb vboxnet0 ipv6
     510    vboxnetup=`$BIN_IFCONFIG vboxnet0 inet6 >/dev/null 2>&1`
     511    if test "$?" -eq 0; then
     512        $BIN_IFCONFIG vboxnet0 inet6 unplumb
     513        if test "$?" -ne 0; then
     514            errorprint "VirtualBox NetAdapter 'vboxnet0' IPv6 couldn't be unplumbed (probably in use)."
    503515            if test "$fatal" = "$FATALOP"; then
    504516                exit 1
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette