VirtualBox

Ignore:
Timestamp:
Feb 17, 2014 3:31:02 PM (11 years ago)
Author:
vboxsync
Message:

fetchNatPortForwardRules: pass fIsIPv6 flag to netPfStrToPf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r50480 r50483  
    12511251        RT_ZERO(Rule);
    12521252
    1253         int rc = netPfStrToPf(com::Utf8Str(rules[idxRules]).c_str(), 0, &Rule.Pfr);
     1253        int rc = netPfStrToPf(com::Utf8Str(rules[idxRules]).c_str(),
     1254                              fIsIPv6, &Rule.Pfr);
    12541255        if (RT_FAILURE(rc))
    12551256            continue;
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