{% extends "base.html" %} {% comment %}© 2012, Multapplied Networks, Inc.{% endcomment %} {% load angular %} {% block pagescript %} {% endblock %} {% block title %}{{ profile.name | escapejs }} {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Quality of Service
  • {{ profile.name | escapeangular_unsafe }}
  • {% endblock %} {% block content %}

    {{ profile.name | escapeangular_unsafe }}

    {% if perms.baqos.change_profile %} Edit {% endif %} {% if perms.baqos.delete_profile %} Delete {% endif %} {% if perms.baqos.add_profile %} Copy {% endif %} {% if perms.bacore.view_bond %} {% with profile.bond_set.count as bond_count %} Bonds ({{ bond_count }}) {% endwith %} {% endif %}

    Configuration

    Space
    {% if perms.bacore.view_space %} {% verbatim %}{{ profile.space.name }}{% endverbatim %} {% if perms.bacore.change_profile %} {% endif %} {% else %} {{ profile.space.name }} {% endif %}
    Profile ID
    {{ profile.id }}
    Profile name
    {{ profile.name | escapeangular_unsafe }}
    Overhead margin
    {{ profile.overhead_margin }}%

    Traffic Classes

    {% for traffic_class in traffic_classes %} {% empty %} {% endfor %}
    Comment Reserved percent Reserved min Reserved max Limit percent Limit min Limit max Default Leaf qdisc
    {{ traffic_class.comment | escapeangular_unsafe }} {{ traffic_class.reserved_percent }}% {% if traffic_class.reserved_min %}{{ traffic_class.reserved_min }} Mbps{% endif %} {% if traffic_class.reserved_max %}{{ traffic_class.reserved_max }} Mbps{% endif %} {% if traffic_class.limit_percent %}{{ traffic_class.limit_percent }}%{% endif %} {% if traffic_class.limit_min %}{{ traffic_class.limit_min }} Mbps{% endif %} {% if traffic_class.limit_max %}{{ traffic_class.limit_max }} Mbps{% endif %} {{ traffic_class.get_leaf_qdisc_display }}
    No traffic classes.

    Packet Filters

    {% for packet_filter in packet_filters %} {% empty %} {% endfor %}
    Traffic class Comment Protocol Length Source network Destination network Ports
    {{ packet_filter.traffic_class | escapeangular_unsafe }} {{ packet_filter.comment | escapeangular_unsafe }} {{ packet_filter.get_protocol_display|default_if_none:'' }} {{ packet_filter.length }} {{ packet_filter.source_network|default_if_none:'' }} {{ packet_filter.destination_network|default_if_none:'' }} {{ packet_filter.ports }}
    No packet filters.
    {% endblock %} {% block api-footer %} {% url 'current:profile-detail' profile.id %} {% endblock %}