VirtualBox

Changeset 92082 in vbox for trunk


Ignore:
Timestamp:
Oct 26, 2021 12:22:50 PM (3 years ago)
Author:
vboxsync
Message:

GUI: bugref:9932 Allow host-only-adapter-attached VM to fail when VMNET is enabled

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r91715 r92082  
    170170        $(if $(VBOX_WITH_UPDATE_REQUEST),VBOX_WITH_UPDATE_REQUEST) \
    171171        $(if $(VBOX_WITH_NETFLT)$(eq $(KBUILD_TARGET),freebsd),VBOX_WITH_NETFLT) \
     172        $(if $(VBOX_WITH_VMNET),VBOX_WITH_VMNET) \
    172173        $(if $(VBOX_WITH_VDE),VBOX_WITH_VDE) \
    173174        $(if $(VBOX_WITH_HARDENING),VBOXR3_HARDENED_DLL) \
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r91713 r92082  
    17741774                    strIfName = na.GetBridgedInterface();
    17751775                    break;
     1776#ifndef VBOX_WITH_VMNET
    17761777                case KNetworkAttachmentType_HostOnly:
    17771778                    strIfName = na.GetHostOnlyInterface();
    17781779                    break;
     1780#endif /* !VBOX_WITH_VMNET */
    17791781                default: break; /* Shut up, MSC! */
    17801782            }
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