Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmmbaga committed Aug 19, 2024
1 parent a6851cf commit 43e1854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ func (a *Account) getPeerRoutesFirewallRules(ctx context.Context, peerID string,
continue
}

distributionGroupPeers, _ := getAllPeersFromGroups(ctx, a, route.Groups, peerID, nil, validatedPeersMap)
distributionGroupPeers, _ := a.getAllPeersFromGroups(ctx, route.Groups, peerID, nil, validatedPeersMap)
rules := generateRouteFirewallRules(ctx, route, rule, distributionGroupPeers, firewallRuleDirectionIN)
routesFirewallRules = append(routesFirewallRules, rules...)
}
Expand Down

0 comments on commit 43e1854

Please sign in to comment.