Pl0xym0r

Results 20 comments of Pl0xym0r

netbox + plugin versions ? just in case of : https://github.com/k01ek/netbox-bgp/issues/84

would you mind sharing your dockerfile?

these are the docker compose, don't you build the image of netbox with plugins in it? thanks to a dockerfile? Howdo you install the plugins ?

well, it seems you do not install the plugin into the image but on the configuration.py you enable it this is my dockerfile: FROM netboxcommunity/netbox:v3.7.1 **RUN mkdir /opt/plugins WORKDIR /opt/plugins...

the 4 lines in bold on previous comment

As the documentation mentions https://github.com/netbox-community/netbox/blob/develop/docs/features/configuration-rendering.md , you can ask every class, including plugins. From what I undertand on your needs, you could parse all sessions and filter by your device...

Even this is quite easier and quickier : {% for session in netbox_bgp.BGPSession.objects.filter(device=device) %} session {{ session.name }} {% endfor %}

why not adding the same logic on PrefixListType ?

@gellis713 unfortunately no, can be done in days or months