Loading kinetic-simulator/src/main/java/com/seagate/kinetic/simulator/utility/ConfigurationUtil.java +5 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,11 @@ public abstract class ConfigurationUtil { NetworkInterface ni = netInterfaces.nextElement(); itf1 = Interface.newBuilder(); // display name could be null returned from NetworkInterface API if (ni.getDisplayName() != null) { itf1.setName(ni.getDisplayName()); } // set mac addr byte[] mac = ni.getHardwareAddress(); Loading Loading
kinetic-simulator/src/main/java/com/seagate/kinetic/simulator/utility/ConfigurationUtil.java +5 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,11 @@ public abstract class ConfigurationUtil { NetworkInterface ni = netInterfaces.nextElement(); itf1 = Interface.newBuilder(); // display name could be null returned from NetworkInterface API if (ni.getDisplayName() != null) { itf1.setName(ni.getDisplayName()); } // set mac addr byte[] mac = ni.getHardwareAddress(); Loading