Feature release
New features
ICMP type support
You can now specify the ICMP types allowed by a data flow. The list of known types can be extended if necessary.
Warning
Existing ICMP dataflows will now be displayed as ICMPv4 only. You will need to create a new ICMPv6 dataflow if needed.
Source ports of ICMP dataflows are ignored (and removed when saved), the destination ports are interpreted as the list of ICMP types.
Application related objects
You can now link any NetBox object (e.g.: devices) to an application, via a custom field. See the documentation on how to configure it.
Compatibility
NetBox: >=4.2.0 (including 4.4.0)
Python: >=3.10
Only compatibility with versions 4.4.0, 4.3.7 and 4.2.9 was tested, although the plugin should support other patch versions of the same minors.
Update procedure
- Run NetBox's
upgrade.sh
, and restart NetBox
Check the documentation for further instructions.
What's Changed
- Fix tests for NetBox 4.4.0 by @Alef-Burzmali in #81
- Improve form selectors by @Alef-Burzmali in #82
- Maintenance: Cleanup views by @Alef-Burzmali in #84
- Fix selector fields for Application by @Alef-Burzmali in #85
- Add support for ICMP types by @Alef-Burzmali in #83
- Add a custom field related models table to the application. by @Alef-Burzmali in #86
- Release v1.3.0 by @Alef-Burzmali in #87
Full Changelog: v1.2.1...v1.3.0