Forum Discussion

atultilekar_718's avatar
atultilekar_718
Icon for Nimbostratus rankNimbostratus
Oct 05, 2016

unable to find value_list

I am getting an error of

"unable to find value_list (Alfa_all_users) referenced at line 8:[matchclass[IP::client_addr] equals $::alfa_all_users]"

Please suggest. when HTTP_REQUEST {

    if { [matchclass [IP::client_addr] equals $::Alfa_all_users] }{

                    Uncomment the line below to turn on logging.
                    log local0.  "Valid client IP: [IP::client_addr] - forwarding traffic"
                    return

1 Reply

  • Seems reference Data Object is not available name of "Alfa_all_users".

    --> Local Traffic Manager--> iRule--> Date Group List --> search "Alfa_all_users"

    If object is there then try below syntax

            if { [matchclass [IP::client_addr] equals Alfa_all_users] }{