Merge pull request #3273 from gravitl/NET-1784-release

add all proto to default user policies
This commit is contained in:
Abhishek K 2024-12-20 20:11:57 +04:00 committed by GitHub
commit 629f6d3d70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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{
{