is aflex has similar features like lb::detach

Hello everyone,
we are trying migrate from F5 to A10, but we encountered some problems
there is part of our using irule ,
when HTTP_REQUEST {
  if { [string tolower [HTTP::uri]] starts_with “/aaa/bbb/ccc/” } {
    if { [HTTP::header exists “aaa”] } {
      LB::detach
      persist uie [HTTP::header “aaa”]
    }
}

and we found that aflex didn’t has LB::detach this parameter
so , how can we solve the problem ? thanks

I think what you are looking for would be an LB::reselect?? I’m not understanding what your iRule would be doing by dropping the LB selection, but setting up persistance without an active LB selection? What are you trying to achieve?