Make BroadcastMacAddr public in NetUtils 67/1767/2
authorAlissa Bonas <abonas@redhat.com>
Wed, 9 Oct 2013 10:43:39 +0000 (13:43 +0300)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 9 Oct 2013 14:14:32 +0000 (14:14 +0000)
Change-Id: I701289b39e7dd05322f67276d198d95e992d8455
Signed-off-by: Alissa Bonas <abonas@redhat.com>
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