Release v0.0.1-4013
About
This build includes new features.
Build Details
Component | Version |
---|---|
Open Traffic Generator API | 0.11.8 |
snappi | 0.11.14 |
gosnappi | 0.11.14 |
ixia-c-controller | 0.0.1-4013 |
ixia-c-traffic-engine | 1.6.0.35 |
ixia-c-app-usage-reporter | 0.0.1-37 |
ixia-c-protocol-engine | 1.00.0.299 |
ixia-c-ixhw-server | 0.11.8-8 |
ixia-c-operator | 0.3.1 |
ixia-c-gnmi-server | 1.11.13 |
ixia-c-one | 0.0.1-4013 |
Release Features(s)
- Egress tracking now also supports tracking for
vlan
,mpls
packet headers. - Support added in
ixia-c-gnmi-server
for fetching Latency measurements.- User can enable latency measurement by setting
f1.Metrics().SetEnable(true).Latency().SetEnable(true)
.- Only
cut_through
latency mode is supported.
- Only
- User can fetch latency measurements using given models-yang path.
module: open-traffic-generator-flow +--rw flows +--ro flow* [name] +--ro name -> ../state/name +--ro state | .... | .... | +--ro minimum-latency? otg-types:timeticks64 | +--ro maximum-latency? otg-types:timeticks64 | +--ro average-latency? otg-types:timeticks64 | .... | ....
- User can enable latency measurement by setting
Bug Fix(s)
- Intermittent crash in ixia-c-controller while fetching
flow_metrics
is fixed.
Known Issues
- Supported value for
flows[i].metrics.latency.mode
iscut_through
. - The metric
loss
in flow metrics is currently not supported. - When flow transmit is started, transmission will be restarted on any existing flows already transmitting packets.
- #118