Move IPv4 string utilities 76/105976/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 15 May 2023 21:59:21 +0000 (23:59 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 16 May 2023 01:02:49 +0000 (03:02 +0200)
commit912a15ca6686eb783fb8facbdc5e90b4326af0e1
tree752283fe0d8be035c32a3a15c104a8cbfa8d15c5
parent51d69c5d5edb02d8700f8880a37046499e79e8af
Move IPv4 string utilities

AbstractIetfYangUtil depends on AbstractIetfInetUtil, which is not nice.
Move the two methods needed to Ipv4Utils, so we break that dependency.

JIRA: MDSAL-826
Change-Id: I097738ca75c03ebe4292149f353dfa0d29a4197d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/ietf/ietf-type-util/src/main/java/org/opendaylight/mdsal/model/ietf/util/AbstractIetfInetUtil.java
model/ietf/ietf-type-util/src/main/java/org/opendaylight/mdsal/model/ietf/util/AbstractIetfYangUtil.java
model/ietf/ietf-type-util/src/main/java/org/opendaylight/mdsal/model/ietf/util/Ipv4Utils.java