VirtualBox

Changeset 79886 in vbox


Ignore:
Timestamp:
Jul 19, 2019 12:38:52 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132289
Message:

VBoxManage/dhcpserver: Adding support for option forcing & suppression. [build fix[ bugref:9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp

    r79867 r79886  
    563563                    if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD)
    564564                        return errorSyntax("--unforce-opt does not apply to the 'add' subcommand");
     565                    RT_FALL_THROUGH();
    565566                case DHCP_ADDMOD_UNSUPPRESS_OPTION: // --unsupress-opt
    566567                    if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD)
    567568                        return errorSyntax("--unsuppress-opt does not apply to the 'add' subcommand");
     569                    RT_FALL_THROUGH();
    568570                case DHCP_ADDMOD_FORCE_OPTION:      // --force-opt
    569571                case DHCP_ADDMOD_SUPPRESS_OPTION:   // --suppress-opt
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette