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, 23 Jan 2010 02:08:04 +0000 (18:08 -0800)
commitcef90b63b91e6738ea43d2039d6b0506a4752f97
treedd527bb26969dc42ca75be13787957e2bc5aee8d
parent4a1c5a01967225086795f5660fec4098f458948c
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/cfg.c
lib/learning-switch.c
lib/ofp-print.c
ofproto/ofproto.c
ofproto/status.c
utilities/ovs-openflowd.8.in
utilities/ovs-openflowd.c
vswitchd/ovs-vswitchd.conf.5.in