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, 23 Jan 2010 02:08:04 +0000 (18:08 -0800)
commit4a1c5a01967225086795f5660fec4098f458948c
treec93d4e19f5eb4564f5e1f5214e5207f41c05ca84
parentc65cb7ab93594f6e3f27fd077365ba41782bfa46
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