vswitch: Datapath IDs are now 16 hex digits.
authorBen Pfaff <blp@nicira.com>
Wed, 16 Jun 2010 23:01:41 +0000 (16:01 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jun 2010 17:26:13 +0000 (10:26 -0700)
commitfc09119a4a2e12807975145ea004b93aed116a22
tree52892b84e8178d8e3cd7ea70c72397da322e246e
parentf19f25a44b30f090d5cad0c51414998c4ddbae6a
vswitch: Datapath IDs are now 16 hex digits.

OpenFlow 1.0 datapath IDs are 64 bits long, so the "datapath_id" column
should have 16 hex digits.  The documentation had this right, but the
code didn't implement it correctly.

Reported-by: Arthur van Kleef <arthur.vankleef@os3.nl>
vswitchd/bridge.c