VirtualBox

Ignore:
Timestamp:
Mar 15, 2018 2:11:55 PM (7 years ago)
Author:
vboxsync
Message:

NetworkServices/Dhcpd: stub for reading the config from a file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp

    r71305 r71353  
    580580    if (argc < 2)
    581581        m_Config = Config::hardcoded();
     582    else if (strcmp(argv[1], "--config") == 0)
     583        m_Config = Config::create(argc, argv);
    582584    else
    583585        m_Config = Config::compat(argc, argv);
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