We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0482bb4 commit d1842f2Copy full SHA for d1842f2
src/main/java/com/cisco/trex/stateless/IPv6NeighborDiscoveryService.java
@@ -235,8 +235,7 @@ public EthernetPacket sendNeighborSolicitation(
235
236
try {
237
Inet6Address dstIPv6Addr = (Inet6Address) InetAddress.getByName(dstAddr);
238
- Inet6Address srcIPv6Addr =
239
- (Inet6Address) InetAddress.getByName(specifiedSrcIP);
+ Inet6Address srcIPv6Addr = (Inet6Address) InetAddress.getByName(specifiedSrcIP);
240
241
Inet6Address nodeIpv6 = (Inet6Address) InetAddress.getByName(nodeIp);
242
Inet6Address targetIpv6inNS = (Inet6Address) InetAddress.getByName(dstIp);
0 commit comments