mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 21:24:16 +08:00
add all proto to default user policies
This commit is contained in:
parent
715ed23553
commit
27088a3595
1 changed files with 2 additions and 0 deletions
|
@ -1213,6 +1213,7 @@ func CreateDefaultUserPolicies(netID models.NetworkID) {
|
|||
Default: true,
|
||||
ServiceType: models.Any,
|
||||
NetworkID: netID,
|
||||
Proto: models.ALL,
|
||||
RuleType: models.UserPolicy,
|
||||
Src: []models.AclPolicyTag{
|
||||
{
|
||||
|
@ -1245,6 +1246,7 @@ func CreateDefaultUserPolicies(netID models.NetworkID) {
|
|||
Default: true,
|
||||
ServiceType: models.Any,
|
||||
NetworkID: netID,
|
||||
Proto: models.ALL,
|
||||
RuleType: models.UserPolicy,
|
||||
Src: []models.AclPolicyTag{
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue