Skip to content

Releases: netbox-community/netbox-acls

1.1.0

07 Oct 19:08
90a756e
Compare
Choose a tag to compare

What's Changed

  • Adds supports for NetBox 3.3 & Drops NetBox 3.2 support (Thanks @abhi1693)

Full Changelog: 1.0.1...1.1.0

1.0.1

07 Oct 18:43
d06a84f
Compare
Choose a tag to compare

What's Changed

  • Bug Fix: ACL Interface assignment failure/traceback due to fault form validation logic

Full Changelog: 1.0.0...1.0.1

1.0.0

05 Oct 11:54
Compare
Choose a tag to compare

First release. Project renamed due to pypi existing package conflict.

Features include:

  • Support for NetBox 3.2 only.
  • Access List model for defining ACLs and assigning to hosts (devices, virtual_chassis, & virtual_machines).
  • Separate Access List Rule models for Extended and Standard rule types.
  • ACL Interface Assignment model to apply rules on ingress and/or egress of an interface (assuming the parent host has the ACL assigned).
  • Access List cards for hosts (devices, virtual_chassis, & virtual_machines) & interfaces (interfaces & vminterfaces).
  • Development workflow using VS Code devcontainer, docker-compose, and netbox-docker.