Skip to content

v3.1.16.6

Compare
Choose a tag to compare
@sol1-matt sol1-matt released this 12 Sep 05:17
· 43 commits to master since this release

Release Notes

FHRP Groups

FHRP Groups are a good way to store VIP's in Netbox. 2 new import type have been created for FHRP Group.

FHRP Groups

This imports the FHRP groups as they appear in Netbox with a few convivence fields like ip_addresses_array.

FHRP Groups Split (on IP)

This import FHRP Groups and splits the group on IP address, 1 row per IP. The description field modified for each row to be a concatenation of description + primary_ip_address to allow for the creation of unique descriptive host object names.
There are convivence fields and linked zones in this mode.

Bug fix when importing data that is a potential keyid and a null value

KeyID's are created automatically. Some devices, and possibly other objects, can have NULL values for the fields that keyid is generated from.
A fix has been added in this release to make keyid's from fields with a NULL value return a NULL value. This ensures all rows and columns are created in import source.