Pl0xym0r

Results 20 comments of Pl0xym0r

@ajackson79 For VRF support, please consider #127

It seems thats you can already do this thanks to https://github.com/nautobot/nautobot/blob/4aeda7f0bbcd5ddefb884c9e668b62f7f88bd4e3/nautobot/extras/filters/customfields.py#L39C1-L55C1 API : `=null` --> ORM `__isnull=True` API : `__n=null` --> ORM `__isnull=False` https://demo.nautobot.com/api/circuits/providers/?cf_emails_for_circuit_maintenance_plugin__n=null https://demo.nautobot.com/api/circuits/providers/?cf_emails_for_circuit_maintenance_plugin=null are working fine

https://github.com/netbox-community/netbox/discussions/14466

Could someone close this issue as it's released ?

Both ConfigTemplate and ExportTemplate inherits from ExportTemplatesMixin In ConfigTemplate there are params/methods like: environment_params def render() def _get_environment() Idk if it's too much for export templates but would it be...

Have you tried to add custom fields, especially remote_device --> dcim.devices ? Just a workaround suggestion

Well, I'm torn between the network BGP session object itself and a view from the device that have the session object. You could use listen range and from the device...

I think that's the same issue as #171 and PR #170 should solve it

I'm not able to reproduce your issue, would you mind to share further information ? ![image](https://github.com/user-attachments/assets/5a6d203f-5e82-4a37-9c90-aded6e9553c6) ![image](https://github.com/user-attachments/assets/ea4cbe59-289b-4d45-b76d-6587d75d8ecb)

Idk if it answers your needs but tenancy/contact-assignments/ can bulk-import + bulk-edit the relationship between contacts and the objects.