On Wed, Jun 22, 2011 at 03:57:44PM -0700, Ethan Jackson wrote:
> -    for i in ifaces:
> -        name = str(ifaces[i].name).strip('"')
> +    for i in ifaces.values():
> +        name = i.name.as_scalar().strip('"')

There shouldn't be any double-quotes to strip if you use as_scalar().
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to