ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)
authorJustin Pettit <jpettit@nicira.com>
Fri, 13 Nov 2009 21:21:13 +0000 (13:21 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 20 Feb 2010 10:22:27 +0000 (02:22 -0800)
commitb123cc3ce4972378a5e564a89b8945473f561578
tree3266b0103c38b102d1b6d7c07be24f514460a148
parent246e61ea75df598de1ef11130ca32407196dd736
ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)

The length of a datapath was changed from 48 bits to 64 bits in OpenFlow
0.9.  For parity, we increased the management id size to match.

NOTE: This is the final commit in the OpenFlow 0.9 set.  Starting with
this commit, OVS is OpenFlow 0.9-compliant.
include/openflow/openflow.h
lib/learning-switch.c
lib/ofp-print.c
lib/packets.c
ofproto/ofproto.c
ofproto/status.c
utilities/ovs-openflowd.8.in
utilities/ovs-openflowd.c