shared objects
2 TopicsCan i use shared objects as I do data groups, in iRules?
I need to write a few iRules for policy NATing and using Shared Objects, would make the task (and iRules) cleaner and less complex. For instance: when CLIENT_ACCEPTED { if {[matchclass[IP::remote_addr]] equals "international-sites_netgrp"} { pool "infoblox-report" # log local0 } } Where international-sites_netgrp is a shared object address list that contains 2 other address lists which are /16 networks. DaveSolved180Views0likes4Comments