VirtualBox

Ignore:
Timestamp:
Dec 12, 2018 4:58:55 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127446
Message:

Main/DHCPServer: (bugref:9288) Added --comment command line option to simplify identification of VBoxNetDHCP instanced in the process list

File:
1 edited

Legend:

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

    r75648 r76190  
    631631    ClientId::registerFormat();
    632632
     633    /* XXX: We no longer need hardcoded and compat methods. We should remove them soon. */
    633634    if (argc < 2)
    634635        m_Config = Config::hardcoded();
    635     else if (strcmp(argv[1], "--config") == 0)
     636    else if (   strcmp(argv[1], "--config") == 0
     637             || strcmp(argv[1], "--comment") == 0)
    636638        m_Config = Config::create(argc, argv);
    637639    else
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