netbox-community / netbox-topology-views

A netbox plugin that draws topology views
Apache License 2.0
696 stars 61 forks source link

Filter by Prefix #517

Open felix-sterzelmaier-concat opened 1 week ago

felix-sterzelmaier-concat commented 1 week ago

NetBox version

4.0.6

Topology Views version

4.0.0

Feature type

New functionality

Proposed functionality

Add a new filter to allow filtering by Prefix

Use case

This allows to show all elements in a prefix.

External dependencies

none

dreng commented 4 days ago

I'm afraid, this is not doable. The filter mechanism filters devices and NetBox does not filter devices by IPAM information. Correct me if I'm wrong.

mattieserver commented 4 days ago

Yes, we would have to add our own logic to apply this filter and I currently don't plan to add this.

Feel free to create a PR if you really want this.