Skip to content

Commit 514474c

Browse files
add exception that is not needed
trex-gui is trying to fetch this exception and will not compile if removed
1 parent 4dea85d commit 514474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cisco/trex/stateless/TRexClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ private static Stream build1PktSingleBurstStream(Packet pkt) {
599599
-1);
600600
}
601601

602-
public String resolveIpv6(int portIndex, String dstIp) {
602+
public String resolveIpv6(int portIndex, String dstIp) throws ServiceModeRequiredException {
603603
removeRxQueue(portIndex);
604604
setRxQueue(portIndex, 1000);
605605

0 commit comments

Comments
 (0)