VirtualBox

Changeset 58638 in vbox


Ignore:
Timestamp:
Nov 10, 2015 1:38:24 PM (9 years ago)
Author:
vboxsync
Message:

VBoxNetFlt/linux: vboxNetFltLinuxCanForwardAsGso - fix apparent cut
and paste edito, IPV6 UDP is PDMNETWORKGSOTYPE_IPV6_UDP. The fact
that the constant for the protocol that we test has "IPV4" in its name
contributes to the confusion here.

File:
1 edited

Legend:

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

    r58340 r58638  
    11931193                enmGsoType = PDMNETWORKGSOTYPE_IPV6_TCP;
    11941194            else if (uProtocol == RTNETIPV4_PROT_UDP)
    1195                 enmGsoType = PDMNETWORKGSOTYPE_IPV4_UDP;
     1195                enmGsoType = PDMNETWORKGSOTYPE_IPV6_UDP;
    11961196            else
    11971197                enmGsoType = PDMNETWORKGSOTYPE_INVALID;
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