]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #3319: control, shell: add a command to set the network policy to be...
authorRon Dempster (rdempste) <rdempste@cisco.com>
Thu, 24 Mar 2022 17:58:44 +0000 (17:58 +0000)
committerRon Dempster (rdempste) <rdempste@cisco.com>
Thu, 24 Mar 2022 17:58:44 +0000 (17:58 +0000)
commitbe7b11c94bb4d2e232e4c07c3f7231269bb49c09
tree768a854a66551df8fa1e1ba030e5e74d65827ff5
parent0f3411d586dd6ad49290c3d9ea1782a5dadac488
Pull request #3319: control, shell: add a command to set the network policy to be used by subsequent commands

Merge in SNORT/snort3 from ~RDEMPSTE/snort3:command to master

Squashed commit of the following:

commit 3c3f144b75ada597b83130c7ce1613934d77b0ff
Author: Ron Dempster (rdempste) <rdempste@cisco.com>
Date:   Mon Mar 14 08:18:08 2022 -0400

    control, shell: add a command to set the network policy to be used by subsequent commands
src/control/control.cc
src/control/control.h
src/main/CMakeLists.txt
src/main/ac_shell_cmd.cc
src/main/modules.cc
src/main/network_module.cc [new file with mode: 0644]
src/main/network_module.h [new file with mode: 0644]
src/main/policy.h
src/main/shell.cc
src/main/shell.h
src/managers/inspector_manager.cc