diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-04 13:02:06 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-04 13:02:06 +0100 |
commit | 9438988c476821763b62a6a571179735f44f873e (patch) | |
tree | 7082a908a3a4bdc2729542a3a9d3d7af58bf2b39 | |
parent | a6aa2b75ee9da97a6d2d98701af8bff01064afe4 (diff) | |
download | rsyslog-9438988c476821763b62a6a571179735f44f873e.tar.gz rsyslog-9438988c476821763b62a6a571179735f44f873e.tar.bz2 rsyslog-9438988c476821763b62a6a571179735f44f873e.zip |
mmanon: slight doc improvement
-rw-r--r-- | doc/mmanon.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mmanon.html b/doc/mmanon.html index 81cf4e8e..16065a1f 100644 --- a/doc/mmanon.html +++ b/doc/mmanon.html @@ -89,11 +89,11 @@ modifying the number of bits, you can anonymize different parts of the address. Keep in mind that in simple mode (used here), the bit values must match IP address bytes, so for IPv4 only the values 8, 16, 24 and 32 are valid. Also, in this example the replacement is done -via zeros instead of lower-case "x"-letters. Also keep in mind that +via asterisks instead of lower-case "x"-letters. Also keep in mind that "replacementChar" can only be set in simple mode. <p><textarea rows="5" cols="60">module(load="mmanon") action(type="omfile" file="/path/to/non-anon.log") -action(type="mmanon" ipv4.bits="32" mode="simple" replacementChar="o") +action(type="mmanon" ipv4.bits="32" mode="simple" replacementChar="*") action(type="omfile" file="/path/to/anon.log") </textarea> |