Forum Discussion

smp_86112's avatar
smp_86112
Icon for Cirrostratus rankCirrostratus
May 04, 2010

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...