--- title: Installation of ipfixprobe heading: How to install ipfixprobe? --- {% for option in site.get_options %}

{{ option.title }}

{{ option.description }}


{%if option.instructions %} {% for instruction in option.instructions %}

{{ instruction.description }}

{% for line in instruction.code %} {{line}}
{% endfor %}
{% endfor %} {% endif %}

{% endfor %}
Continue reading with "How to use it"...