Drop timer support on reboot method since not all os vendors support it and even within certain os's the coverage is sporadic.
Add a wait_for_reboot to reboot method, default it to False to keep the execution the same as the current implementation, but this bool will allow the reboot method to wait for the reload to complete.
Deprecated the use of signal in cisco device drivers, this is to allow for this library to use threading(specifically Nornir).
Drop timer support on reboot method since not all os vendors support it and even within certain os's the coverage is sporadic. Add a wait_for_reboot to reboot method, default it to False to keep the execution the same as the current implementation, but this bool will allow the reboot method to wait for the reload to complete. Deprecated the use of
signal
in cisco device drivers, this is to allow for this library to use threading(specifically Nornir).