{% load traffic_rates %} {% load bond %} {% if bond.bonder.version %}
Overall status

{% with bond.bonder.get_status_problems as status_problems %} {% if status_problems %} Problems detected: {% endif %} {% endwith %}
Traffic
{{ bond|rate_detailed|safe }}
Software version
{{ bond.bonder.version }} {% if bond.bonder.bonding_version_deprecated %}Bonding deprecated{% endif %}
Tunnel MTU
{% verbatim %}
{{ tunnel_mtu_info }}
{{ bond.tunnel_mtu.bonder }} below minimum MTU of 1280 for IPv6 connectivity
{% endverbatim %}
{#
Tunnel security
#} {#
{{ bond|security_details }}
#}
Tunnel started

Bonder: {% if bond.tunnel_service_started_bonder %} {% else %} No information {% endif %}
Aggregator: {% if bond.tunnel_service_started_agg %} {% else %} No information {% endif %}

{% if bond.bridge_enabled %}
TCP proxy started

Bonder: {% if bond.bridge_service_started_bonder %} {% else %} No information {% endif %}
Aggregator: {% if bond.bridge_service_started_agg %} {% else %} No information {% endif %}

{% endif %} {% if bond.encryption_enabled %}
Encryption
{% endif %}
{% else %}
{{ bond }} has never been online.
{% endif %}