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, 20 Feb 2010 10:22:27 +0000 (02:22 -0800)
commit8abc4ed712a755b0454e41cccad3ad33fa167f15
tree067df80484036f8956d340a864cfb230d6f9f58b
parentb123cc3ce4972378a5e564a89b8945473f561578
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