rsyslog/tests/testsuites/sndrcv_relp_sender.conf
Andre Lorbach e4eebb2db7 testbench: Fixed multiple minor problems
- 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.
2015-07-07 07:00:55 -07:00

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")