mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
Hinzugefügt:
* Morningreconnect Script Geändert: * Neue Spamassassin Version. 3.1.3 * Interface umfangreich bearbeitet in Layout und angezeigten Texten. * DHCP-Leases-Error gefixt * lq-Graph pingt nun nach www.heise.de * IP-Anzeige für PPPoE/DSL gefixt. * Connectionstate vom IPCop übernommen. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@164 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -28,7 +28,7 @@ use strict;
|
||||
#use warnings;
|
||||
|
||||
use RRDs;
|
||||
require "CONFIG_ROOT/general-functions.pl";
|
||||
require "/var/ipfire/general-functions.pl";
|
||||
require "${General::swroot}/lang.pl";
|
||||
|
||||
my (%settings, @ipacsum, $iface, $ERROR);
|
||||
@@ -625,7 +625,7 @@ sub updatelq {
|
||||
my $roundtrip=0;
|
||||
my $test=0;
|
||||
# LQ_GATEWAY is the ip of your isp's public ip facing you
|
||||
my $LQ_GATEWAY=`netstat -r | grep ^default | awk '{print \$2}'`;
|
||||
my $LQ_GATEWAY='www.heise.de';
|
||||
my $NUMPINGS=10;
|
||||
my $pingoutput = `ping -c $NUMPINGS -q $LQ_GATEWAY`;
|
||||
chomp;
|
||||
|
||||
Reference in New Issue
Block a user