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 6c16e68 commit e723525Copy full SHA for e723525
src/main/java/com/cisco/trex/stateless/model/stats/GlobalStatistics.java
@@ -58,7 +58,7 @@ public class GlobalStatistics {
58
@JsonProperty("m_total_nat_no_fid ")
59
private long mTotalNatNoFid = 0;
60
61
- @JsonProperty("m_total_nat_open ")
+ @JsonProperty("m_total_nat_open ")
62
private long mTotalNatOpen = 0;
63
64
@JsonProperty("m_total_nat_syn_wait")
0 commit comments