]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: add rfc5424 support
authorSami Kerola <kerolasa@iki.fi>
Thu, 26 Jun 2014 15:13:55 +0000 (16:13 +0100)
committerSami Kerola <kerolasa@iki.fi>
Mon, 28 Jul 2014 20:15:17 +0000 (21:15 +0100)
commit4de2e8a03859aaab2c25dc98f33409cd28de6acc
tree6fc3eae12119a7516c8089bd344072d3aabf2d97
parentc68a1cb490c5a4c142fef5eb153bf003f36226d5
logger: add rfc5424 support

Add support the more recent syslog protocol and make it default.  The
older BSD syslog protocol can still be used with option --rfc3164.
Protocols are meaningful only when messages are sent to remote syslog
server.

Requested-by: Kodiak Firesmith <ksf@sei.cmu.edu>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/logger.c