On Fri, Sep 13, 2013 at 06:52:54PM -0700, Paul Ingram wrote:
> This is expected to make system debugging easier.
> 
> This raises two compatibility issues:
> 1. When a new ovsdb-tool reads an old database, it will multiply by 1000 any
>   timestamp it reads which is less than 1<<31. Since this date corresponds to
>   Jan 16 1970 this is unlikely to cause a problem.
> 2. When an old ovsdb-tool reads a new database, it will interpret the
>   millisecond timestamps as seconds and report dates in the far future; the
>   time of this commit is reported as the year 45672 (each second since the
>   epoch is interpreted as 16 minutes).
> 
> Signed-off-by: Paul Ingram <ping...@nicira.com>

Thanks, I applied these patches to master.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to