ofproto: Fix bug in "trace" command.
authorBen Pfaff <blp@nicira.com>
Thu, 20 Jan 2011 20:27:34 +0000 (12:27 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 20 Jan 2011 20:27:34 +0000 (12:27 -0800)
commit11e6a15bdf78f83e7c10e0f3737c159f92ed3897
tree8cdbd3dffe19130baa12544526fb90cfe429c5ad
parenta404826e90632541d50f58d651271e7a8752cc1f
ofproto: Fix bug in "trace" command.

tun_id is a 64-bit field but it was being treated here as a 32-bit field.
ofproto/ofproto.c