{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
| 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 }} |