]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- match iptables filter on VLAN interfaces too
authorTomasz Pala <gotar@pld-linux.org>
Fri, 26 Dec 2008 02:29:33 +0000 (02:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng.conf -> 1.28

syslog-ng.conf

index 6e46087d6f3d25967c3b6c29c34b1209489fe451..bfb1632d52e2ea166f9b318a645c6bbfdf5d8f9f 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\.]*"); };
 
 log { source(s_sys); filter(f_authpriv);       destination(authlog); };
 log { source(s_sys); filter(f_cron);           destination(cron); };
This page took 0.149219 seconds and 4 git commands to generate.