Forum Discussion
kykong_107132
Nimbostratus
Jan 26, 2007cannot use if {not} with TCP::payload
Hi All,
I have an irule look like this
============================================================
when CLIENT_ACCEPTED {
TCP::collect 15
}
when CLIENT_DATA {
...
hoolio
Cirrostratus
Jan 26, 2007I haven't tested this, but you could try wrapping the condition in parens and then not'ing it:
if { not ( [TCP::payload] contains "192.168.1.244:80" ) }{
...
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects