Skip to content

Commit

Permalink
aviat bugfix group filter missing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFireMike committed Dec 15, 2021
1 parent d700861 commit 5a7370f
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 5a7370f

Please sign in to comment.