What is an iApp?
iApp is a seriously cool, game changing technology that was released in F5’s v11. There are so many benefits to our customers with this tool that I am going to break it down over a series of posts. T...
Updated Sep 26, 2024
Version 2.0Karen_Jester_42
Historic F5 Account
Joined March 18, 2008
Karen_Jester_42
Historic F5 Account
Joined March 18, 2008
Hyder_141209
Sep 22, 2016Altostratus
hi, I am trying to create an iRule as a part of ASO using iApp. I have some variables like pool member received from the presentation layer would like to replace in iRule. Unfortunately, after creating the iRule cannot see the original value, rather can see only the variable itself. e.g.
when RULE_INIT {
set static::customer_pool $::pool_ip
}
I was expecting it will be like this:
when RULE_INIT {
set static::customer_pool 10.10.1.5
}
Appreciate your earliest response on this.