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 a6f9694 commit 18d7446Copy full SHA for 18d7446
src/main/java/com/cisco/trex/stateless/TRexClient.java
@@ -371,7 +371,7 @@ public void removeRxQueue(int portIndex) {
371
payload.put("enabled", false);
372
callMethod("set_rx_feature", payload);
373
}
374
-
+
375
public void removeRxFilters(int portIndex, int profileId) {
376
Map<String, Object> payload = createPayload(portIndex);
377
if (profileId > 0) {
0 commit comments