Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
utils.pm setstaticaddress() isn't working for Windows due to a few bugs. One of which being it's calling "route del" instead of "route delete". This subroutine should be modularized for each OS. It would be best to create a new one for each OS in its respective module.