For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

rezos_76724's avatar
rezos_76724
Icon for Nimbostratus rankNimbostratus
Sep 19, 2016

DOSL7::profile return string "DOSL7::profile"

I have a problem with DOSL7::profile variable.

 

I have an small iRule:

 

when HTTP_REQUEST {

    set profile_name DOSL7::profile
}

when IN_DOSL7_ATTACK {
    log local0. "profile $profile_name, $DOSL7_ATTACKER"
}

$profile_name return "DOSL7::profile" string instead of DoS profile name assigned to VIP.

 

Question is: why? what's wrong with my small piece of code?

 

3 Replies

    • rezos_76724's avatar
      rezos_76724
      Icon for Nimbostratus rankNimbostratus

      Now $profil_name return empty string.

       

      I'm pretty sure that I have a "test" (<- it's a name of) DoS profile assigned to this VIP.