Metadata-Version: 2.1
Name: netbox_ipcalculator
Version: 1.4.2
Summary: Netbox IP Calculator
Home-page: https://github.com/PieterL75/netbox_ipcalculator
Author: Pieter Lambrecht
License: Apache 2.0
Description-Content-Type: text/markdown
License-File: LICENSE

# IP Calculator

Adds an IP Calculator to the views of
- Aggregate
- Prefix
- Ip Address

![IP Calculator image](docs/images/IPCalculator.png)

## Installation

+ v0.0-1.3 --> Netbox <=3.7
+ v1.4 --> Netbox >=3.7

Update the /opt/netbox/local_requirements.txt with **(referenced with a dash)**

> netbox-ipcalculator

Edit the /opt/netbox/netbox/netbox/configuration.py and add the plugin **(referenced with an underscore)**
> PLUGINS = ['netbox_ipcalculator']

run the ./upgrade.sh 
> /opt/netbox# ./upgrade.sh

restart nextbox
> sudo systemctl restart netbox

