Actions
Feature #8436
open
VJ
OD
rules: allow rule to modify midstream behavior per flow
Feature #8436:
rules: allow rule to modify midstream behavior per flow
Description
A config rule in the pre_stream hook could selectively allow midstream pickups, e.g. from a known server with long sessions.
E.g. something like:
config tcp:pre_stream any any <> 10.10.10.10 445 (config:midstream enable, type stream, scope flow;)
Actions