Browse Source

add egress TODO

abhishek9686 4 months ago
parent
commit
14cbe757ad
1 changed files with 8 additions and 0 deletions
  1. 8 0
      logic/acls.go

+ 8 - 0
logic/acls.go

@@ -15,6 +15,14 @@ import (
 	"github.com/gravitl/netmaker/servercfg"
 )
 
+/*
+TODO: EGRESS
+allow only selection of egress ranges in a policy
+ranges should be replaced by egress identifier
+
+
+*/
+
 var (
 	aclCacheMutex = &sync.RWMutex{}
 	aclCacheMap   = make(map[string]models.Acl)