IPv6-addresses are represented by 128 bits. This makes it possible to provide far more addresses than IPv4. However, this also causes problems when working with IPv6. In this case, I am currently working on an IPv6-anonymiation function for rsyslog. There are some systems that support an unsigned 128 bit integer when using GCC or clang […]
rewriting mmanon: an update
I have completed the rewrite of the IPv4-function of the mmanon module.I have managed to keep the original parameters available, although the “rewrite” option is now called “zero”. This is not going to be a problem causing older, already running, configurations to no longer work, as the old parameter-names still work. However, having the “ipv4.” […]
Improving rsyslog debug output
Currently, our debug output is focused on one group and one group only: developers. For them, debug output right now is a nice but sometimes hard to analyze tool. However, the debug output has a way bigger potential in a plethora of uses. We are currently working on refactoring the debug output. This has been […]