We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7efe53 commit ec80379Copy full SHA for ec80379
cmd/policy-assistant/pkg/matcher/explain.go
@@ -205,7 +205,7 @@ func groupAnbAndBanp(p []PeerMatcher) []PeerMatcher {
205
kg := t.PolicyName
206
if _, ok := groups[k].policies[kg]; !ok {
207
groups[k].policies[kg] = &anpGroup{
208
- ruleName: t.PolicyName,
+ ruleName: t.RuleName,
209
priority: t.effectFromMatch.Priority,
210
effects: []string{},
211
kind: t.effectFromMatch.PolicyKind,
0 commit comments