Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.1.0
-
None
Description
When there's no public network interface, network isolator does not properly handle None and crashes on trying to obtain error message from Result:
} else if (!eth0.isSome()){ // eth0 is not specified in the flag and we did not get a valid // eth0 from the library. return Error( "Network Isolator failed to find a public interface: " + eth0.error()); }
There's also similar issue in code handling loopback interface.