www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / opensource / ppp / pppoe / main.c
index 5c4e043..acf6f7d 100755 (executable)
@@ -241,6 +241,10 @@ main(argc,argv)
     // brcm
     int demandBegin=0;
 
+    if ( debug )
+        for( i=0; i<argc; i++ )
+        printf("%s%c", argv[i], (i==argc-1 ? '\n':' '));
+
     new_phase(PHASE_INITIALIZE);
 
     /*
@@ -605,8 +609,10 @@ main(argc,argv)
        }
 
 
-       if (!persist || (maxfail > 0 && unsuccess >= maxfail))
+       if (!persist)
            break;
+        if (maxfail > 0 && unsuccess >= maxfail)
+            holdoff = 900;     // USR9108 Do not exit, just wait 15 min.
        
        /*
        // brcm