Selaa lähdekoodia

add egress TODO

abhishek9686 4 kuukautta sitten
vanhempi
commit
14cbe757ad
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  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)