Changeset 50483 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Feb 17, 2014 3:31:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r50480 r50483 1251 1251 RT_ZERO(Rule); 1252 1252 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); 1254 1255 if (RT_FAILURE(rc)) 1255 1256 continue;
Note:
See TracChangeset
for help on using the changeset viewer.