Skip to content

Commit

Permalink
Merge pull request #94 from inexio/pre-release
Browse files Browse the repository at this point in the history
aviat bugfix group filter missing
  • Loading branch information
TheFireMike authored Jan 17, 2022
2 parents ef5891a + 5a7370f commit f68468a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/codecommunicator/aviat.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ func (c *aviatCommunicator) GetInterfaces(ctx context.Context, filter ...grouppr
if f := valueFilter.AddException([]string{"ifType"}); f != nil {
filterWithIfType = append(filterWithIfType, f)
}
} else {
filterWithIfType = append(filterWithIfType, fil)
}
}

Expand Down

0 comments on commit f68468a

Please sign in to comment.