Forum Discussion
Joe_48617
Nimbostratus
Jul 30, 2007rule conversion v4 to v9 First attempt
Just wanted to make sure that this was looking ok
and ask if anyone has a conversion utility to take your old v4 rules and convert them to v9 ?
Old Rule
if (client_addr == one of unmc_tnmc_smb) {
use pool app1-445
}
else {
discard
}
New Rule
when CLIENT_ACCEPTED {
if { [matchclass [IP::remote_addr] equals $::unmc_tnmc_smb]} {
pool app1-445
} else {
discard
}
}
Thanks for any help/suggestions
- That looks great to me! Good work.
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