{% extends 'base.html' %} {% block content %}

Path Computation Element (PCE)


Active Sessions in the PCE: {{ sessions }}

{{ pcep_manage_form.hidden_tag() }}
Input the desired command to manage the PCE
{{ pcep_manage_form.command(class="form-control") }}
{{ pcep_manage_form.submit(class='btn btn-primary') }}

Available commands:

{% endblock %}