ofproto: Add support for barrier command (OpenFlow 0.9)
authorJustin Pettit <jpettit@nicira.com>
Fri, 13 Nov 2009 20:41:57 +0000 (12:41 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 20 Feb 2010 10:22:27 +0000 (02:22 -0800)
commit246e61ea75df598de1ef11130ca32407196dd736
tree4a23e4dee329377b68223db0d00201953cedc5c2
parent8d9f3d567e3863f195959828fa20b5d2ed6cbbea
ofproto: Add support for barrier command (OpenFlow 0.9)

OpenFlow 0.9 introduces the concept of the barrier command.  When the
controller sends a Barrier Request, the switch is not allowed to respond
with a Barrier Reply until it has finished processing any other commands
that preceded it.  This commit provides that support.

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