Forum Discussion
Dietmar_Moltner
Oct 15, 2014Nimbostratus
APM 11.6 - Restart of tmm when creating access policy from iRule
Using the following iRule snippet, tmm is restarted with APM 11.6.0 HF1:
when CLIENT_ACCEPTED {
When we accept a connection, create an Access session and save the session ID.
set flow_sid [AC...
R_Eastman_13667
Oct 16, 2014Historic F5 Account
Wrap it in a catch statement to see if this prevents tmm from restarting. I have noticed with 11.6.0.403, some of the iRule processing is different. I have had to put catch statements around if statements in my HTTP_RESPONSE events.
when CLIENT_ACCEPTED {
When we accept a connection, create an Access session and save the session ID.
catch {
set flow_sid [ACCESS::session create -timeout 600 -lifetime 3600]
}
}
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