Forum Discussion

samstep's avatar
samstep
Icon for Cirrocumulus rankCirrocumulus
May 07, 2008

GTM iRule RULE_INIT does not work?

The following code does not seem to work in GTM iRule (no errors generated, simply nothing is written to the log)

 

 


when RULE_INIT {
  log local0. "LOG SOMETHING HERE"
}

 

 

The same obviously works fine as LTM iRule.

 

 

Is this a known issue?

 

 

 

 

4 Replies

  • Out of curiosity, what's the CR? Can you provide a bit more detail on what the issue and significance are? Is it just that log statements don't work? Or is any command in RULE_INIT ignored?

     

     

    Thanks,

     

    Aaron
  • golden_53157's avatar
    golden_53157
    Historic F5 Account
    The CR number is 95407. The problem is that rule_init is broken, so it does not have to do with the log command.