diff --git a/netbox/templates/ipam/prefix.html b/netbox/templates/ipam/prefix.html index 284de4f96..b72d837ca 100644 --- a/netbox/templates/ipam/prefix.html +++ b/netbox/templates/ipam/prefix.html @@ -16,6 +16,16 @@ Family {{ prefix.get_family_display }} + + VRF + + {% if prefix.vrf %} + {{ prefix.vrf }} ({{ prefix.vrf.rd }}) + {% else %} + Global + {% endif %} + + Aggregate