Forum Discussion
janholtz
Altostratus
Jul 28, 2010New Radius Profile
Hi all
I am trying to create a simplified alternative -thanks to v10.x changes- to David Wang's super radius irule at:
http://devcentral.f5.com/Tutorials/TechTips/tabid/63/articleType/Articl...
hoolio
Cirrostratus
Jul 30, 2010Also, this line can't ever be true. catch returns 0 if there was no error running the command and 1 if there was an error. Negating 0 or 1 will only result in 1 or 0.
if {![catch [RADIUS::code]] equals 4 } {
Maybe you want something like this to check if the RADIUS::code command runs without error and returns 4?
if { ! [catch {RADIUS::code} result] and $result == 4 } {
Aaron
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