{% extends "base.html" %} {% load ch_extras %} {% block title %}OpenFlow Slice Information for Slice {{ slice.name }}{% endblock title %} {% block content %}

OpenFlow Information for Slice {{ slice.name }}

{% csrf_token %} {{ form.as_p }}

The following settings will apply to all OpenFlow aggregates after updating the slice. When updating (or re-starting) the slice, VLAN(s) should be reserved again.

{% endblock content %}