Netbox plugin to Manage simple default gateways for prefixes.
Netbox Version | Plugin Version |
---|---|
NetBox 4.0 | 0.6.0 |
NetBox 4.0 | 0.5.0 |
NetBox 3.2 | 0.4.2 |
- The plugin is available as a Python package in pypi and can be installed with pip
pip install netbox-gateways
- Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['netbox_gateways']
- Add
netbox-gateways
to your local_requirements.txt to ensure plugin is re-installed during a future upgrade or execution of .upgrade.sh script
echo netbox-gateways >> /opt/netbox/local_requirements.txt
- Run Migrate
python3 netbox/manage.py migrate