diff --git a/pkg/util/ipset/ipset_test.go b/pkg/util/ipset/ipset_test.go index 03e9d2245ff..030e83fa579 100644 --- a/pkg/util/ipset/ipset_test.go +++ b/pkg/util/ipset/ipset_test.go @@ -927,7 +927,7 @@ func TestValidateIPSet(t *testing.T) { { // case[3] ipset: &IPSet{ Name: "bar", - SetType: BitmapPort, + SetType: HashIPPort, HashFamily: ProtocolFamilyIPV6, HashSize: 0, MaxElem: 2048, @@ -938,7 +938,7 @@ func TestValidateIPSet(t *testing.T) { { // case[4] ipset: &IPSet{ Name: "baz", - SetType: BitmapPort, + SetType: HashIPPort, HashFamily: ProtocolFamilyIPV6, HashSize: 1024, MaxElem: -1,