Skip to content

Commit

Permalink
REVERT: Target flapping test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Jun 12, 2024
1 parent 6fb158d commit e42d07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions felix/nftables/match_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ func (m nftMatch) IPSetNames() []string {
ipSetNames := set.New[string]()
for _, clause := range []string(m.clauses) {
match := ipSetMatch.FindStringSubmatch(clause)
logrus.WithField("clause", clause).WithField("match", match).Info("CASEY IPSetnames")
if len(match) > 2 {
logrus.WithField("clause", clause).Panic("Probably bug: multiple IP set names found")
} else if len(match) == 2 {
Expand Down

0 comments on commit e42d07e

Please sign in to comment.