missing case for timos under __node.php
Posted: Wed Jun 28, 2017 2:45 pm
After upgrading to newest version (68) noticing if a timos integrated version is used instead of distributed.. the management port option is missing.
turns out there is no case to check "timos" instead there is timosiom and timoscpm. in additin to this need to add timos option to let the integrated version to be used properly.
Missing:
case 'timos':
present:
case 'timos'om:
case 'timoscpm:
Workaround is to add that case to /opt/unetlab/html/includes/__node.php
turns out there is no case to check "timos" instead there is timosiom and timoscpm. in additin to this need to add timos option to let the integrated version to be used properly.
Missing:
case 'timos':
present:
case 'timos'om:
case 'timoscpm:
Workaround is to add that case to /opt/unetlab/html/includes/__node.php