Move INET{4,6}_LENGTH constants
[mdsal.git] / model / ietf / ietf-type-util / src / main / java / org / opendaylight / mdsal / model / ietf / util / Ipv4Utils.java
index 77da3db8dbdda24ee7e0832f6c27f840a4c302a4..9d2eb2e6b617cbee645242ddd328e4fd939c0765 100644 (file)
@@ -17,6 +17,8 @@ import org.eclipse.jdt.annotation.NonNull;
  */
 @Beta
 public final class Ipv4Utils {
+    static final int INET4_LENGTH = 4;
+
     private Ipv4Utils() {
         // Hidden on purpose
     }