Explorar o código

Enabled export templates for VRFs

Jeremy Stretch %!s(int64=7) %!d(string=hai) anos
pai
achega
931c58bc9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/extras/constants.py

+ 1 - 1
netbox/extras/constants.py

@@ -51,7 +51,7 @@ EXPORTTEMPLATE_MODELS = [
     'provider', 'circuit',                                                          # Circuits
     'site', 'region', 'rack', 'rackgroup', 'manufacturer', 'devicetype', 'device',  # DCIM
     'consoleport', 'powerport', 'interfaceconnection',                              # DCIM
-    'aggregate', 'prefix', 'ipaddress', 'vlan',                                     # IPAM
+    'aggregate', 'prefix', 'ipaddress', 'vlan', 'vrf',                              # IPAM
     'tenant',                                                                       # Tenancy
     'cluster', 'virtualmachine',                                                    # Virtualization
 ]