Forum Discussion

Vitor_Hugo_Domi's avatar
Vitor_Hugo_Domi
Icon for Nimbostratus rankNimbostratus
Jan 05, 2016

What is "-list" argument in iRule

Hi all,

 

What is the action of -list argument in irule with active_member? Why I have to include -list and shouldn't leave without -list? What is environment impact?

 

when CLIENT_ACCEPTED { if { [active_members -list http_pool] >= 2 } { pool http_pool } }