[j-nsp] terminate endless loop in SLAX

Martin T m4rtntns at gmail.com
Mon Jun 25 04:54:02 EDT 2018


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


More information about the juniper-nsp mailing list