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 24614d7dfb46bf0ff7fac2f63cfb0d525d82ea95 (commit) from cf997605e529e895e90c4691c3b418e279dcfbb1 (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 24614d7dfb46bf0ff7fac2f63cfb0d525d82ea95 Author: Christian Schmidt maniacikarus@ipfire.org Date: Wed Jan 26 08:06:26 2011 +0100
Fixed a typo in firewalllog.dat.
-----------------------------------------------------------------------
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 c2888c3..466a3ce 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 $1 =~ /2./ ){ $iface="";} + $packet =~ /IN=(\w+)/; my $iface=$1; if ( $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