{% extends "base.html" %} {% set page = 'vrfs' %} {% block body_attributes %}ng-controller="VRFListController"{% endblock %} {% block content %}
Add VRF
A prefix must be unique within the VRF where it is stored. Multiple VRFs can thus be used to document the address space which contain overlapping addresses.

{% raw %}
RTNameDescription
{{ vrf.rt }} {{ vrf.name }} {{ vrf.description }}
{% endraw %} {% endblock %}