ofproto: Add user-specifiable datapath description (OpenFlow 1.0)
authorJustin Pettit <jpettit@nicira.com>
Wed, 13 Jan 2010 07:01:25 +0000 (23:01 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 23 Jan 2010 02:08:05 +0000 (18:08 -0800)
commit98704941ec95258281da2ac147ce5f3e03436ba4
tree0e786927a4d236732408a10d1b7a54aa8b5ffdd4
parentcef90b63b91e6738ea43d2039d6b0506a4752f97
ofproto: Add user-specifiable datapath description (OpenFlow 1.0)

In OpenFlow 1.0, a "dp_desc" character array was added to the ofp_desc_stats
structure that allows a human readable description of the datapath to be
provided.

NOTE: OVS at this point is not wire-compatible with OpenFlow 1.0 until
the final commit in this OpenFlow 1.0 set.
include/openflow/openflow.h
lib/ofp-print.c
ofproto/ofproto.c
ofproto/ofproto.h
utilities/ovs-openflowd.c