{% if fb_configs %}

Frame Blasting Flows: Info

{% for config in fb_configs %} {% endfor %}
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 }}
{% endif %}