Skip to content

Commit

Permalink
Remove TODO in pkg/ipset.go
Browse files Browse the repository at this point in the history
Issue #3105
has been created to track this instead.

Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis authored and aswinsuryan committed Jul 26, 2024
1 parent ae618af commit a39a654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ipset/ipset.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ type IPSet struct {
MaxElem uint
// PortRange specifies the port range of bitmap:port type ipset.
PortRange PortRange
// TODO: add comment message for ipset
}

var logger = log.Logger{Logger: logf.Log.WithName("IPSet")}
Expand Down

0 comments on commit a39a654

Please sign in to comment.