SYSLOG output does not include prefix
Bug #252014 reported by
Jeff Dairiki
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Specter |
New
|
Medium
|
Michal Kwiatkowski |
Bug Description
The output generated by the SYSLOG plugin does not seem to include any prefix text (specified by the --ulog-prefix option of ipt_ULOG). (The LOGEMU plugin does include the prefix.)
I suspect the fix is as simple as changing line 77 of plugins/
if (printpkt_
to
if (printpkt_
(but I could easily be wrong.)
To post a comment you must log in.
Thank you for the report. You may be right. The code in question is quite old, so I can't say why there's no PRINTPKT_PREFIX flag set in the SYSLOG plugin. I will have some time to investigate this next week, so stay tuned.