On Sat, Feb 07, 2015 at 06:47:51AM +0000, Jason Kölker wrote: > With XenServer only 1 manager is configured in the pool, which may not > be the first manager returned from `get-manager` as it returns in > lexicographical order. > > v2: Fixes vswitchCurrentControllers() to always return a list > v3: Use str.replace instead of lstrip for dns name saftey > v4: Use filter function to isolate each case > > Signed-off-by: Jason Kölker <[email protected]>
I'm pretty sure that this version will not parse "ssl:1.2.3.4:5" correctly; won't it return "1.2.3.4:5" instead of just "1.2.3.4"? _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
