ofp-print: Omit timestamp when printing packets in ofp_packet_to_string().
authorBen Pfaff <blp@nicira.com>
Mon, 14 Mar 2011 16:46:19 +0000 (09:46 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 14 Mar 2011 17:13:34 +0000 (10:13 -0700)
commit6d38ac7cb9fc65ee94ebeb3e9cde11b27c2173bb
tree30d4a416c71535f7550586451e9cf40d6d1decb9
parent23e795f4dd9af5191773a5ee840642737a37e91d
ofp-print: Omit timestamp when printing packets in ofp_packet_to_string().

There's no value in the timestamp here, because it will always be the
same.  Printing it just makes results less reproducible because output
then depends on the time zone.

This fixes a test failure in California due to yesterday's DST change,
and presumably a test failure almost everywhere else all the time.

Reported-by: Andrew Evans <aevans@nicira.com>
lib/ofp-print.c
tests/ofp-print.at