Skip to content

Commit af7b996

Browse files
Update TRexClient.java
1 parent 18d7446 commit af7b996

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -380,14 +380,6 @@ public void removeRxFilters(int portIndex, int profileId) {
380380
callMethod("remove_rx_filters", payload);
381381
}
382382

383-
public void removeRxFilters(int portIndex, int profileId) {
384-
Map<String, Object> payload = createPayload(portIndex);
385-
if (profileId > 0) {
386-
payload.put("profile_id", profileId);
387-
}
388-
callMethod("remove_rx_filters", payload);
389-
}
390-
391383
/** Set promiscuous mode, Enable interface to receive packets from all mac addresses */
392384
public void setPromiscuousMode(int portIndex, boolean enabled) {
393385
Map<String, Object> payload = createPayload(portIndex);

0 commit comments

Comments
 (0)