mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 02:40:42 +01:00
- Testbench imptcp_spframingfix.sh is now only executed if imptcp is enabled - Changed imptcp to imtcp in Testbenches sndrcv_relp.sh and key_dereference_on_uninitialized_variable_space.sh. Tests failed if imptcp was not enabled.
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
# rgerhards, 2013-12-10
|
|
$IncludeConfig diag-common2.conf
|
|
|
|
module(load="../plugins/omrelp/.libs/omrelp")
|
|
module(load="../plugins/imtcp/.libs/imtcp")
|
|
input(type="imtcp" port="13514") /* this port for tcpflood! */
|
|
|
|
action(type="omrelp" protocol="tcp" target="127.0.0.1" port="13515")
|