This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via e7d2f07094a3cd74293a10123184489b1c916c57 (commit) from aaf12a485ec085c805f153b574059dc0600736c5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e7d2f07094a3cd74293a10123184489b1c916c57 Author: Christian Schmidt maniacikarus@ipfire.org Date: Sun Jan 23 09:59:37 2011 +0100
There are more than 20 and 27 parsings for local interface in the firwall log.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/logs.cgi/firewalllog.dat | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/logs.cgi/firewalllog.dat b/html/cgi-bin/logs.cgi/firewalllog.dat index 2c4fb14..c2888c3 100644 --- a/html/cgi-bin/logs.cgi/firewalllog.dat +++ b/html/cgi-bin/logs.cgi/firewalllog.dat @@ -333,7 +333,7 @@ foreach $_ (@log) my $comment = $3; my $packet = $4;
- $packet =~ /IN=(\w+)/; my $iface=$1; if ( $1 eq "27" || $1 eq "20"){ $iface="";} + $packet =~ /IN=(\w+)/; my $iface=$1; if ( $1 $1 =~ /2./ ){ $iface="";} $packet =~ /SRC=([\d.]+)/; my $srcaddr=$1; $packet =~ /DST=([\d.]+)/; my $dstaddr=$1; $packet =~ /MAC=([\w+:]+)/; my $macaddr=$1;
hooks/post-receive -- IPFire 2.x development tree