Author: gotar                        Date: Fri Dec 26 02:29:39 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- match iptables filter on VLAN interfaces too

---- Files affected:
SOURCES:
   syslog-ng.conf (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SOURCES/syslog-ng.conf
diff -u SOURCES/syslog-ng.conf:1.27 SOURCES/syslog-ng.conf:1.28
--- SOURCES/syslog-ng.conf:1.27 Tue Feb 28 15:20:54 2006
+++ SOURCES/syslog-ng.conf      Fri Dec 26 03:29:33 2008
@@ -97,7 +97,7 @@
 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\.]*"); };
 
 log { source(s_sys); filter(f_authpriv);       destination(authlog); };
 log { source(s_sys); filter(f_cron);           destination(cron); };
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/syslog-ng.conf?r1=1.27&r2=1.28&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to