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 5b7f487baa9a67d5f415ef9ca2de8840933f837d (commit) from e4e42008adb48a1c97fa4ec829fcb01c242b8c8f (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 5b7f487baa9a67d5f415ef9ca2de8840933f837d Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Jan 20 21:09:14 2011 +0100
Fixed firewall log display 20 for local interface.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/45/filelists/files | 1 + html/cgi-bin/logs.cgi/firewalllog.dat | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/45/filelists/files b/config/rootfiles/core/45/filelists/files index 814baf3..8df8185 100644 --- a/config/rootfiles/core/45/filelists/files +++ b/config/rootfiles/core/45/filelists/files @@ -7,3 +7,4 @@ srv/web/ipfire/cgi-bin/proxy.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi usr/sbin/updxlrator var/ipfire/outgoing/bin/outgoingfw.pl +srv/web/ipfire/cgi-bin/logs.cgi/firewalllog.dat \ No newline at end of file diff --git a/html/cgi-bin/logs.cgi/firewalllog.dat b/html/cgi-bin/logs.cgi/firewalllog.dat index 5979a76..2c4fb14 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" ){ $iface="";} + $packet =~ /IN=(\w+)/; my $iface=$1; if ( $1 eq "27" || $1 eq "20"){ $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