]> git.etc.gen.nz Git - spong.git/commitdiff
added check for /octets from/ for Mandrake ping command
authorStephen L Johnson <sjohnson@monsters.org>
Thu, 18 Jan 2001 01:52:21 +0000 (01:52 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Thu, 18 Jan 2001 01:52:21 +0000 (01:52 +0000)
src/lib/Spong/Network/plugins/check_ping

index 1e99efe3af7d49b4a54e239a6cc3ff50fcbb157b..ed6b2a5f6e92694128686accd6994dc2bb147de2 100755 (executable)
@@ -33,6 +33,7 @@ sub check_ping {
            $message .= $_; 
            if( /bytes from/ ) { $pingok = 1; }
             if( /is alive/ )   { $pingok = 1; }
+            if( /octets from/ ) { $pingok = 1; }
          }
 
       };