]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1394 in SNORT/snort3 from lc_param to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Wed, 17 Oct 2018 21:21:11 +0000 (17:21 -0400)
committerTom Peters (thopeter) <thopeter@cisco.com>
Wed, 17 Oct 2018 21:21:11 +0000 (17:21 -0400)
Squashed commit of the following:

commit 5d3b507bbbc6fe39b2193fc65fa58460bfc12160
Author: Nihal Desai <nihdesai@cisco.com>
Date:   Wed Oct 17 02:24:59 2018 -0400

    host_tracker: fixed uppcase IP param issue

src/host_tracker/host_tracker_module.cc

index 92488329cb9fd4e888cff66ddff396965adce703..415a3395e239ffe057d14d7dc6eea64382df58e3 100644 (file)
@@ -56,7 +56,7 @@ const Parameter HostTrackerModule::service_params[] =
 
 const Parameter HostTrackerModule::host_tracker_params[] =
 {
-    { "IP", Parameter::PT_ADDR, nullptr, "0.0.0.0/32",
+    { "ip", Parameter::PT_ADDR, nullptr, "0.0.0.0/32",
       "hosts address / cidr" },
 
     { "frag_policy", Parameter::PT_ENUM, IP_POLICIES, nullptr,