]> git.proxmox.com Git - mirror_ovs.git/commit - ofproto/bundles.c
bundles: Reject bundle add with bad flags.
authorJarno Rajahalme <jrajahalme@nicira.com>
Mon, 22 Dec 2014 19:31:18 +0000 (11:31 -0800)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 22 Dec 2014 19:39:35 +0000 (11:39 -0800)
commit7b334c5c92d56523181210a4f7d0342e0be4eeed
tree2de7b3b9db978fda52854c95b2ac771cbcf36913
parentbe6f6393e522fecca4ff53bd2ad74db3ca1bb90e
bundles: Reject bundle add with bad flags.

OpenFlow 1.4 states that the switch must reject a bundle add message
whose flags are different from the ones in the bundle.  Do it.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/bundles.c