search for: testppp1

Displaying 1 result from an estimated 1 matches for "testppp1".

Did you mean: testppp0
2008 Jul 09
1
Need basic PPPoE startup help
...;TRUE') { push @log, `/bin/date`."\n"; push @log, @iprout."\n\n"; open LOG, ">>$logfile"; print LOG @log; close LOG; } push @total_log, @log; @log=(); my $testppp0=ping0; my $testppp1=ping1; if ($DEBUG==1) {print "testppp0: $testppp0 testppp1:$testppp1\n"}; if (($testppp0 eq 'DOWN') || ($testppp1 eq 'DOWN')) { $FAIL='TRUE' }; if ($FAIL eq 'TRUE') {$FAILED='TRUE'}; if ($DEBUG==1) {print DLOG "FAIL:$FAIL\n"}; if ($FAIL...