For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

smp_86112's avatar
smp_86112
Icon for Cirrostratus rankCirrostratus
16 years ago

v10 - local vs. global vars

Trying to wrap my mind around how this variable scope works. I have a simple iRule I'm testing with:     when HTTP_REQUEST {   global client_local [TCP::local_port clientside]   if...