IPv6 in Condor, a developer's perspective
-*draft*
-
See also HowToEnableIpvSix .
-
-
-
{section: The Rules}
*: *Do not write code to create or parse sinful strings.* Sinful strings are now weird and complex beasts and you will almost certainly miss important edge cases. Use the existing interfaces. You probably want condor_sockaddr::to_sinful or condor_sockaddr::from_sinful.
@@ -41,7 +36,7 @@
-{subsection: Conversions}
+{section: Conversions}
All conversions should go through condor_sockaddr. Since you should be using condor_sockaddr internally whenever possible, direct conversion (eg hostname to IP address as a string) should be rare enough that direct functions are unnecessary.