Forum Discussion
helenio
Nimbostratus
Feb 26, 2014local variable within same irule on all events
Hello,
I'd like to use a local variable to log all event within a certain irule.
Since now I have done like this:
when CLIENT_ACCEPTED {
set logdebug 1
if {$logdebug != 0} {log loc...
Mike_61663
Cirrus
Feb 26, 2014How about using a static variable defined when the iRule initiates?
when RULE_INIT {
set static::logdebug 1
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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