mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 20:50:42 +01:00
managing the case of FROMHOST value. Usage: module(load="imudp" [preservecase="on"|"off"]) module(load="imtdp" [preservecase="on"|"off"]) If preservecase="on", FROMHOST value is handled in the case sensitive manner. If preservecase="off", FROMHOST value is handled in the case insensitive manner. To maintain the current behaviour, the default value of preservecase is "on" for imtcp and "off" for imudp. Incremented tcpsrvCURR_IF_VERSION by 1. References: https://github.com/rsyslog/rsyslog/pull/2774 https://bugzilla.redhat.com/show_bug.cgi?id=1309698