{% extends "base.html" %} {% load ch_extras %} {% block title %}Edit External Static Links for Aggregate {{ aggregate.name }}{% endblock title %} {% block head %} {% endblock %} {% block content %}

Edit External Static Links to Aggregate {{ aggregate.name }}

{% if existing_links_form %} {% endif %}

Add new static links between OpenFlow Aggregates:

These links could be static tunnels for example that are not discovered by the FlowVisor.
{% csrf_token %} {{ new_connection_form }}

Add new static links to other resources:

Here you can add links to other resources that do not have OpenFlow-controlled interfaces.
{% csrf_token %} {{ new_other_connection_form }}
{% endblock content %}