ofproto: Add support for flow cookies (OpenFlow 1.0)
authorJustin Pettit <jpettit@nicira.com>
Wed, 13 Jan 2010 07:22:22 +0000 (23:22 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 23 Jan 2010 02:08:05 +0000 (18:08 -0800)
commit16f5f39c5db116b8ce90cbb8250cd9716dd04ce7
treec57563c5efab7982747e3f3810254b17a240ee41
parent98704941ec95258281da2ac147ce5f3e03436ba4
ofproto: Add support for flow cookies (OpenFlow 1.0)

In OpenFlow 1.0, flows have been extended to include an opaque
identifier, referred to as a cookie. The cookie is specified by the
controller when the flow is installed; the cookie will be returned as
part of each flow stats and flow removed message.

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
lib/vconn.c
ofproto/ofproto.c
utilities/ovs-ofctl.c