{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
VXLAN
VNI {{ object.vni }}
IPv4 Gateway {% if object.ipv4_gateway %} {{ object.ipv4_gateway }} {% else %} {{ ''|placeholder }} {% endif %}
IPv6 Gateway {% if object.ipv6_gateway %} {{ object.ipv6_gateway }} {% else %} {{ ''|placeholder }} {% endif %}
L3 MTU {{ object.l3mtu|placeholder }}
Ingress Replication {{ object.ingress_replication|yesno }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% include 'inc/panels/custom_fields.html' %}
{% endblock %}