mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 21:54:54 +08:00
Merge pull request #3273 from gravitl/NET-1784-release
add all proto to default user policies
This commit is contained in:
commit
629f6d3d70
1 changed files with 2 additions and 0 deletions
|
@ -1213,6 +1213,7 @@ func CreateDefaultUserPolicies(netID models.NetworkID) {
|
||||||
Default: true,
|
Default: true,
|
||||||
ServiceType: models.Any,
|
ServiceType: models.Any,
|
||||||
NetworkID: netID,
|
NetworkID: netID,
|
||||||
|
Proto: models.ALL,
|
||||||
RuleType: models.UserPolicy,
|
RuleType: models.UserPolicy,
|
||||||
Src: []models.AclPolicyTag{
|
Src: []models.AclPolicyTag{
|
||||||
{
|
{
|
||||||
|
@ -1245,6 +1246,7 @@ func CreateDefaultUserPolicies(netID models.NetworkID) {
|
||||||
Default: true,
|
Default: true,
|
||||||
ServiceType: models.Any,
|
ServiceType: models.Any,
|
||||||
NetworkID: netID,
|
NetworkID: netID,
|
||||||
|
Proto: models.ALL,
|
||||||
RuleType: models.UserPolicy,
|
RuleType: models.UserPolicy,
|
||||||
Src: []models.AclPolicyTag{
|
Src: []models.AclPolicyTag{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue