From 8993663724e9e0cfc73ce8283eb956105d990733 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Fri, 7 Oct 2022 16:51:46 +0000 Subject: [PATCH] update README --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 992119c..f2f6310 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# netbox-acls +# NetBox Access Lists Plugin -A NetBox plugin for Access List management +A [Netbox](https://github.com/netbox-community/netbox) plugin for Access List management. + +## Features + +This plugin provides the following models: + +- Access Lists +- Access List to Interface Assignment +- Access List Rules (abstract model bassis for other rules) +- Access List Standard Rules +- Access List Extended Rules ## Origin @@ -15,11 +25,11 @@ This project just looks to build on top of this framework and model presented. ## Compatibility -This plugin was first developed using 3.2.5, and tested with all of 3.2.0. +This plugin was first developed using 3.2.5, and tested with all of 3.2. | NetBox Version | Plugin Version | |----------------|----------------| -| 3.2 | 1.0.0 | +| 3.2 | 1.0.1 | | 3.3 | TBD | ## Installing