VirtualBox

Changeset 25698 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 8, 2010 11:23:51 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56433
Message:

FreeBSD: Use the old TAP code when bridging to a TAP device and set the SharedMaxOnWire flag for a WLAN interface (contributed by Juergen Lock, thanks)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r25150 r25698  
    411411    HRESULT callTapSetupApplication(bool isStatic, RTFILE tapFD, Bstr &tapDevice,
    412412                                    Bstr &tapSetupApplication);
    413 #if (defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)) && !defined(VBOX_WITH_NETFLT)
     413#if ((defined(RT_OS_LINUX) && !defined(VBOX_WITH_NETFLT)) || defined(RT_OS_FREEBSD))
    414414    HRESULT attachToTapInterface(INetworkAdapter *networkAdapter);
    415415    HRESULT detachFromTapInterface(INetworkAdapter *networkAdapter);
     
    583583    PPDMLED     mapSharedFolderLed;
    584584    PPDMLED     mapUSBLed[2];
    585 #if !defined(VBOX_WITH_NETFLT) && (defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD))
     585#if ((defined(RT_OS_LINUX) && !defined(VBOX_WITH_NETFLT)) || defined(RT_OS_FREEBSD))
    586586    Utf8Str     maTAPDeviceName[8];
    587587    RTFILE      maTapFD[8];
Note: See TracChangeset for help on using the changeset viewer.

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