Reduce Ipv4Util.byteBufForAddress() users 33/111733/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 19 May 2024 17:35:30 +0000 (19:35 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 19 May 2024 17:36:08 +0000 (19:36 +0200)
commitdc0447826dede8d3ab3cdc13af1151eccf18f0fb
tree378bb8c52806e89c91f31bb08e6fdde9949c98b6
parentfa8d9c38e5afa59e10aeeab68b39b32ac6850e80
Reduce Ipv4Util.byteBufForAddress() users

Plenty of users are just writing the resulting buffer into a ByteBuf.
Skip the ceremony and operate on byte[]s.

Change-Id: I6e7a6b510222342ed6977dcc298df4329994abf9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/extensions/linkstate/src/main/java/org/opendaylight/protocol/bgp/linkstate/impl/attribute/NodeAttributesParser.java
bgp/extensions/linkstate/src/main/java/org/opendaylight/protocol/bgp/linkstate/impl/attribute/sr/SrLinkAttributesParser.java
bgp/extensions/linkstate/src/main/java/org/opendaylight/protocol/bgp/linkstate/impl/attribute/sr/SrNodeAttributesParser.java
bgp/extensions/linkstate/src/main/java/org/opendaylight/protocol/bgp/linkstate/impl/attribute/sr/binding/sid/sub/tlvs/Ipv4EroParser.java
rsvp/impl/src/main/java/org/opendaylight/protocol/rsvp/parser/impl/te/AbstractAssociationParser.java