Forum Discussion
Tomasz_Radzisze
Nimbostratus
Jun 12, 2007Problem with TCP::notify request
I'm trying to use TCP::notify request to implement something like a procedure ("normal" TCL procedures are disabled within iRules). It seems that notify request doesn't work. I tried with a simple iRu...
Tomasz_Radzisze
Nimbostratus
Jun 12, 2007I found out that it works after changing collect to unspecified length and adding TCP::release. Now the iRule looks as follows
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
if { [TCP::payload] contains "x" } {
TCP::release
log local0.debug "Calling notify request"
TCP::notify request
log local0.debug "Called notify request"
}
}
when USER_REQUEST {
log local0.debug "User request triggered"
}
Is this correct behaviour that USER_REQUEST doesn't work in my previous example?
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