Forum Discussion
wenhu_Tang_7610
Nimbostratus
Jul 26, 2005iRules for TCP break up
Hi,
I want to write an iRules to route a TCP packet according to the payload of the packet, but I fail, could you tell whether it is possible and how to achive?
my iRules:
whe...
wenhu_Tang_7610
Nimbostratus
Jul 28, 2005thanks, it works after I add TCP::release.
when CLIENT_ACCEPTED {
log "TCP client accepted..."
TCP::collect
}
when CLIENT_DATA {
log "TCP client data received..."
set seq [findstr [TCP::payload] "rtsp:" 0 "\r"]
log "seq=$seq"
TCP::release
TCP::collect
}
I have one more question. can I use node command before TCP::release, I want to route the TCP packet to one of the pool member according to the playload.
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