ofproto: Support port mods in bundles.
authorJarno Rajahalme <jrajahalme@nicira.com>
Fri, 12 Jun 2015 23:12:56 +0000 (16:12 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Fri, 12 Jun 2015 23:12:56 +0000 (16:12 -0700)
commit1c38055de17b4ef00e12e0573fd433989309dc96
tree2d7f7076da46039572f2a92980d1f7a7b9fcf4e0
parentf695ebfae56c981332b9030b9ed905f90de8b0c5
ofproto: Support port mods in bundles.

Add support for port mods in an OpenFlow 1.4 bundle, as required for
the minimum support level by the OpenFlow 1.4 specification.  If the
bundle includes port mods, it may not specify the OFPBF_ATOMIC flag.
Port mods and flow mods in a bundle are always applied in order and
the consecutive flow mods between port mods are made available to
lookups atomically.

Note that ovs-ofctl does not support creating bundles with port mods.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
DESIGN.md
NEWS
OPENFLOW-1.1+.md
ofproto/bundles.h
ofproto/ofproto-provider.h
ofproto/ofproto.c