single node acl group

This commit is contained in:
abhishek9686
2025-01-20 17:43:13 +05:30
parent 021023d999
commit 8de1f4f6ca
4 changed files with 80 additions and 54 deletions

View File

@@ -57,8 +57,8 @@ type AclGroupType string
const (
UserAclID AclGroupType = "user"
UserGroupAclID AclGroupType = "user-group"
DeviceAclID AclGroupType = "tag"
DeviceID AclGroupType = "device"
NodeTagID AclGroupType = "tag"
NodeID AclGroupType = "node_id"
NetmakerIPAclID AclGroupType = "ip"
NetmakerSubNetRangeAClID AclGroupType = "ipset"
)