From dcc721a95bef6f0d8e6d8775b8efe33e5aecd562 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:28:20 +0200 Subject: Adding upstream version 8.2402.0. Signed-off-by: Daniel Baumann --- tests/mmdb-container.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 tests/mmdb-container.sh (limited to 'tests/mmdb-container.sh') diff --git a/tests/mmdb-container.sh b/tests/mmdb-container.sh new file mode 100755 index 0000000..e824a06 --- /dev/null +++ b/tests/mmdb-container.sh @@ -0,0 +1,23 @@ +#!/bin/bash +# This file is part of the rsyslog project, released under ASL 2.0 +. ${srcdir:=.}/diag.sh init +generate_conf +add_conf ' +template(name="outfmt" type="string" string="%$!mmdb_root%\n") + +module(load="../plugins/mmdblookup/.libs/mmdblookup" container="!mmdb_root") +module(load="../plugins/mmnormalize/.libs/mmnormalize") +module(load="../plugins/imptcp/.libs/imptcp") +input(type="imptcp" port="0" listenPortFileName="'$RSYSLOG_DYNNAME'.tcpflood_port" ruleset="testing") + +ruleset(name="testing") { + action(type="mmnormalize" rulebase=`echo $srcdir/mmdb.rb`) + action(type="mmdblookup" mmdbfile=`echo $srcdir/test.mmdb` key="$!ip" fields="city" ) + action(type="omfile" file=`echo $RSYSLOG_OUT_LOG` template="outfmt") +}' +startup +tcpflood -m 1 -j "202.106.0.20\ " +shutdown_when_empty +wait_shutdown +content_check '{ "city": "Beijing" }' +exit_test -- cgit v1.2.3