You should not have function main() in library script. Try to change it like this:
It is strange that server crashes. I'll try to reproduce it myself.
Best regards,
Victor
Code Select
sub CISCO_Config_Event_Config(e)
{
switch(e)
{
case 3: return "running";
case 4: return "startup";
}
}
It is strange that server crashes. I'll try to reproduce it myself.
Best regards,
Victor
