Forum Discussion
Romel_77740
Nimbostratus
Apr 21, 2008bad IP address format error with node command
I have a very simple TCL script with the node command statement. But I am getting a bad IP address format error. What am I doing wrong?
when CLIENT_ACCEPTED {
if {[UDP::payload] contain...
Romel_77740
Nimbostratus
Apr 22, 2008I am noticing a potential bug with interaction of node statement with UDP::payload in ClLIENT_ACCEPTED event. For the below simple TCL script, if IP a.b.c.d is same as w.x.y.z, then the bad IP address format error is generated. One way around is to use pool statement instead of the node. Any other suggested work around? Is there a way to open a bug report to have F5 fix this in the future?
when CLIENT_ACCEPTED {
if {[UDP::payload] contains "a.b.c.d"} {
node w.x.y.z 5060
}
}
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