Hi!

Is there a way to terminate endless loop in SLAX? For example, if I
configure something as simple as that:

match / {
    <op-script-results> {
        while ( true() ) {
            terminate;
        }
    }
}

..then according to the debugger, the while loop does not seem to be
looping but simply hangs.


thanks,
Martin
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to