Forum Discussion
Cindy_127211
Nimbostratus
May 26, 2005Differences between V4.5 & V9.0 in ITCMLocalLB/Node.get_list
We have found that there are differences in the method format for get_list in ITCMLocalLB in regards to the get_list method that is making a program that we have been running fail in the 9.0 environment. Apparently, the get_list method used to return a 'string', but in 9.0 it now returns a 'long' formatted data. Is there any way that you're aware of to reformat the long data to string...or, any other workaround that you might suggest?
Thanks!
4.5:
Method get_list
void get_list(
in SessionCredentials creds, <== CORBA Specific
out String[] node_addresses
);
9.0:
Method get_list
void get_list(
out long[] node_addresses
);
3 Replies
- Loc_Pham_101863Historic F5 AccountFor 9.x, the LocalLB::NodeAddress::get_list method should return a list of IP addresses in "string" format.
Loc - Loc_Pham_101863Historic F5 AccountThe issue of "string" vs. "long" format for IP addresses in the 9.x's ITCM legacy interfaces is a known issue, and will be fixed in 9.2.
It was also inadvertently introduced as a bug in 4.6.2, and is fixed in 4.6.3.
In the meantime, as I said in my previous post in this thread, if you can use the newly designed 9.x interfaces, all IP addresses are treated as strings.
Thanks,
Loc - Cindy_127211
Nimbostratus
Loc, thanks for your help!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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