mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
Mmdblookup module used to suspend after erroring on an IPv6 IP lookup on IPv4-only DBs This commit replaces the suspension of the module by a simple log message, allowing it to keep working for future lookups
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
# released under ASL 2.0
|
|
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:=.}/mmdb-lookup-wrong-ip-type.sh
|