On Wed, Dec 07, 2011 at 08:43:21PM -0800, Reid Price wrote:
> Glanced over the python, seems correct.  You could drop the leading '^'
> from re.match, as match only searches from the beginning, re.search
> allows matches anywhere.  The current way has no real performance
> hit and is perhaps more obvious though.

Thanks, I removed the '^' in each place.  I had forgotten that match
searched from the beginning.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to