Changeset 76190 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 12, 2018 4:58:55 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127446
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DHCPServerImpl.h
r75819 r76190 51 51 static const std::string kDsrKeyUpperIp; 52 52 static const std::string kDsrKeyConfig; 53 static const std::string kDsrKeyComment; 53 54 }; 54 55 -
trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp
r76132 r76190 42 42 const std::string DHCPServerRunner::kDsrKeyUpperIp = "--upper-ip"; 43 43 const std::string DHCPServerRunner::kDsrKeyConfig = "--config"; 44 const std::string DHCPServerRunner::kDsrKeyComment = "--comment"; 44 45 45 46 … … 786 787 787 788 m->dhcp.setOption(DHCPServerRunner::kDsrKeyConfig, m->tempConfigFileName); 789 m->dhcp.setOption(DHCPServerRunner::kDsrKeyComment, m->networkName.c_str()); 788 790 #else /* !VBOX_WITH_DHCPD */ 789 791 /* Main is needed for NATNetwork */
Note:
See TracChangeset
for help on using the changeset viewer.