[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipfire-scm
Subject:    [IPFire-SCM] [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 4d17a269dbd948f6c
From:       git () ipfire ! org (Christian Schmidt)
Date:       2010-08-29 6:43:12
Message-ID: 20100829064312.A4A93206DB () argus ! ipfire ! org
[Download RAW message or body]

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  4d17a269dbd948f6c48f561552c328ab52b085ec (commit)
      from  6e346fe0651118e27d01c895e0b82dea8cf9aa3c (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 4d17a269dbd948f6c48f561552c328ab52b085ec
Author: Christian Schmidt <christian.schmidt at ipfire.org>
Date:   Sun Aug 29 08:42:37 2010 +0200

    Fixed qos device detection on connection type change.

-----------------------------------------------------------------------

Summary of changes:
 html/cgi-bin/qos.cgi |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

Difference in files:
diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi
index 26e0eef..60c75d7 100644
--- a/html/cgi-bin/qos.cgi
+++ b/html/cgi-bin/qos.cgi
@@ -76,7 +76,7 @@ $qossettings{'ACK'} = '';
 $qossettings{'MTU'} = '1492';
 $qossettings{'SFQ_PERTUB'} = '10';
 $qossettings{'QLENGTH'} = '30';
-$qossettings{'RED_DEV'} = `cat /var/ipfire/red/iface`;
+$qossettings{'RED_DEV'} = 'ppp0';
 $qossettings{'IMQ_DEV'} = 'imq0';
 $qossettings{'VALID'} = 'yes';
 ### Values that have to be initialized
@@ -113,6 +113,8 @@ $qossettings{'TOS'} = '';
 &General::readhash("${General::swroot}/qos/settings", \%qossettings);
 &Header::getcgihash(\%qossettings);
 
+$qossettings{'RED_DEV'} = `cat /var/ipfire/red/iface`;
+
 my %color = ();
 my %mainsettings = ();
 &General::readhash("${General::swroot}/main/settings", \%mainsettings);


hooks/post-receive
--
IPFire 2.x development tree

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic