- Timestamp:
- Sep 16, 2013 2:38:17 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r48434 r48480 721 721 m_Ipv4Address.u = RT_MAKE_U32_FROM_U8( 10, 0, 2, 2); // NB: big-endian 722 722 m_Ipv4Netmask.u = RT_H2N_U32_C(0xffffff00); 723 724 fDontLoadRulesOnStartup = false; 723 725 724 726 for(unsigned int i = 0; i < RT_ELEMENTS(g_aGetOptDef); ++i)
Note:
See TracChangeset
for help on using the changeset viewer.