From a21f2f6a76b3e0cf6af1ffb88ef6a5d7ebdb4cc2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 7 Oct 2014 14:54:12 +0200 Subject: [PATCH 1/2] firewall: Use correct interface for RED --- config/firewall/firewall-lib.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/firewall/firewall-lib.pl b/config/firewall/firewall-lib.pl index 9b3f2bff4..f3cd67fb0 100755 --- a/config/firewall/firewall-lib.pl +++ b/config/firewall/firewall-lib.pl @@ -238,8 +238,8 @@ sub get_interface if($net eq "$netsettings{'BLUE_NETADDRESS'}/$netsettings{'BLUE_NETMASK'}"){ return "$netsettings{'BLUE_DEV'}"; } - if($net eq "0.0.0.0/0"){ - return "$netsettings{'RED_DEV'}"; + if($net eq "0.0.0.0/0") { + return &get_external_interface(); } return ""; } From e3d5a18d4abe7b1fc9172f7d0a60803734224c66 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 10 Oct 2014 18:11:52 +0200 Subject: [PATCH 2/2] core84: add update-lang-cache. this file is missing on some machines. --- config/rootfiles/core/84/filelists/files | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/84/filelists/files b/config/rootfiles/core/84/filelists/files index c26e2ea09..2cbc242eb 100644 --- a/config/rootfiles/core/84/filelists/files +++ b/config/rootfiles/core/84/filelists/files @@ -7,4 +7,5 @@ srv/web/ipfire/cgi-bin/fwhosts.cgi srv/web/ipfire/cgi-bin/urlfilter.cgi usr/lib/firewall/firewall-lib.pl usr/lib/firewall/rules.pl +usr/local/bin/update-lang-cache var/ipfire/langs