package nftables import ( "reflect" "testing" ) func genSetKeyType(types ...uint32) uint32 { c := types[0] for i := 1; i < len(types); i++ { c = c<