]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- add value as hinted
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 16 Jan 2009 14:09:42 +0000 (14:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng.conf -> 1.31

syslog-ng.conf

index 3981ddc51a70eac88b645d80f5126258f66f4bdb..613698a55163abe42b6618df3ab0281b890f48f0 100644 (file)
@@ -97,7 +97,7 @@ filter p_emergency    { level(emerg); };
 filter f_freshclam     { program(freshclam); };
 filter f_ppp           { program(pppd) or program(chat); };
 filter f_postgres      { program(postgres); };
-filter f_iptables      { match("IN=[A-Za-z0-9\.]* OUT=[A-Za-z0-9\.]*"); };
+filter f_iptables      { match("IN=[A-Za-z0-9\.]* OUT=[A-Za-z0-9\.]*" value("MESSAGE")); };
 
 log { source(s_sys); filter(f_authpriv);       destination(d_authlog); };
 log { source(s_sys); filter(f_cron);           destination(d_cron); };
This page took 0.026719 seconds and 4 git commands to generate.