Forum Discussion
mattias_56723
Nov 29, 2010Nimbostratus
Mitigating Slow HTTP Post DDoS Attacks With iRules
I have tried to implement the "slow http post ddos.." iRule, but I got some errors. http://devcentral.f5.com/Tutorials/...Rules.aspx
when HTTP_REQUEST {
if { [HTTP::method] equal...
Ian_Mahuron_383
Aug 27, 2014Historic F5 Account
The "after cancel" command in this iRule can trigger Bug ID454692, resulting in a connflow / tcl memory leak.
To work around this bug, you must unset the variable referencing the after object.
---snip---
If all the POST data has been received, cancel the connection closure
if { $static::post_debug } { log local0. "[IP::client_addr]:[TCP::client_port]: Canceling \$id: $id" }
after cancel $id
unset id
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects