Sep 2026 - DevCentral will be set to Read-Only on Sep 14th for a platform update. Details: DevCentral is Evolving.

Forum Discussion

Mick's avatar
Mick
Icon for Cirrus rankCirrus
May 17, 2019

Preserve source address from iRule

Hi I have a VS which i'm using to duplicate SNMP traps to multiple pools. here is my very simple irule: when CLIENT_ACCEPTED {         set pool1 [HSL::open -proto UDP -pool serverpool1]       ...