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, 20 Feb 2010 10:22:28 +0000 (02:22 -0800)
commit39997502e46f49f4f7eaa994d1883c76e0c23451
treed724877f8a9f7525c7939b7e6ccb727ef87ea31d
parent8abc4ed712a755b0454e41cccad3ad33fa167f15
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