]> git.ipfire.org Git - thirdparty/kea.git/commit
[5115] Removed -r mandatory presence for certain command line options
authorThomas Markwalder <tmark@isc.org>
Wed, 4 Apr 2018 19:15:48 +0000 (15:15 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 4 Apr 2018 19:15:48 +0000 (15:15 -0400)
commit3c9e9b7a7e6dfc84789af5df063c56f833ed3f6a
treed204f2f4ac7cfe5f2d93230f9e7e6d12fb2184bd
parent3c22fedef78c5391561dd66c0a0de6d593351f6c
[5115] Removed -r mandatory presence for certain command line options

src/bin/perfdhcp
    CommandOptions::validate()
        removed -r checks for -t, -n, -p and -D

    perfdhcp.xml
        updated doc

    tests/command_options_unittest.cc
        updated unit tests
src/bin/perfdhcp/command_options.cc
src/bin/perfdhcp/perfdhcp.xml
src/bin/perfdhcp/tests/command_options_unittest.cc