Make BroadcastMacAddr public in NetUtils
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / utils / NetUtils.java
index e94021119d14f11e7581d5e68b6e096921a07725..1ced9dd9e43b2922d00120ce46648bad0704c50f 100644 (file)
@@ -43,7 +43,7 @@ public abstract class NetUtils {
     /**
      * Constant holding the broadcast MAC address
      */
-    private static final byte[] BroadcastMACAddr = {-1, -1, -1, -1, -1, -1};
+    public static final byte[] BroadcastMACAddr = {-1, -1, -1, -1, -1, -1};
 
     /**
      * Converts a 4 bytes array into an integer number