vallesm77_95699
Feb 14, 2012Nimbostratus
Irule v9 --> v11
Hello,
On BigIP V9 I have an Irule
An extract :
when CLIENT_ACCEPTED {
set DefaultValue "::DefaultValue[virtual name]"
if { [class exists $DefaultValue]} {
set myRedirectRow [findclass "ForbiddenUrl" [set $DefaultValue] " "]
if { $myRedirectRow ne "" } {
set myRedirectMethod [getfield $myRedirectRow " " 1]
....
But with V11, I think that i have a problem with the syntax :
set DefaultValue "::DefaultValue[virtual name]"
Because [virtual name] return /Common/
On V9 [virtual name] returne only
Do you have an idea ?
Thanks