{% if fb_configs %}
| Flow | Flow Template | Flow Start | Configured Duration | Rate (Frames/s) | Frame Size (Bytes) | Intended Load | TOS/DSCP |
|---|---|---|---|---|---|---|---|
| {{ config.name }} | {{ config.flowTemplate }} | {{ config.startDelay / 1e9 }}s | {{ config.duration / 1e9 }}s | {{ 1e9 / config.packetInterval }} | {{ config.packetSizesInfo }} | {{ config.intendedLoad}} | {{ config.tos }} |