mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Enabled export templates for VRFs
This commit is contained in:
		@@ -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
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user