Fixed EIG creation
[groupbasedpolicy.git] / neutron-mapper / src / main / java / org / opendaylight / groupbasedpolicy / neutron / mapper / util / NetworkUtils.java
index bbf671ac7708e29bad74d56c92344e14151c6674..237f105d0af7e2698defa2313898aef92bee3772 100644 (file)
@@ -64,7 +64,7 @@ public class NetworkUtils {
         if (external == null) {
             return false;
         }
-        return true;
+        return external;
     }
 
     public static @Nonnull String getPhysicalNetwork(Network network) {