VirtualBox

Ignore:
Timestamp:
Jun 30, 2009 3:20:30 PM (15 years ago)
Author:
vboxsync
Message:

Solaris/VBoxNetFlt: Paranoia part 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c

    r21076 r21078  
    28932893
    28942894    /*
    2895      * Don't loopback packets we transmit to the wire.
    2896      */
    2897     if (vboxNetFltSolarisIsOurMBlk(pThis, pPromiscStream, pMsg))
    2898     {
    2899         LogFlow((DEVICE_NAME ":Avoiding packet loopback.\n"));
    2900         return VINF_SUCCESS;
    2901     }
    2902 
    2903     /*
    29042895     * Paranoia...
    29052896     */
     
    29302921        else
    29312922            return VERR_NO_MEMORY;
     2923    }
     2924
     2925    /*
     2926     * Don't loopback packets we transmit to the wire.
     2927     */
     2928    if (vboxNetFltSolarisIsOurMBlk(pThis, pPromiscStream, pMsg))
     2929    {
     2930        LogFlow((DEVICE_NAME ":Avoiding packet loopback.\n"));
     2931        return VINF_SUCCESS;
    29322932    }
    29332933
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