]> git.proxmox.com Git - ovs.git/commit
bundles: Clean up bundle commit.
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 20:56:02 +0000 (12:56 -0800)
commitd56318cf92d3e88ede487bdb18fd44ec01dec9a7
treece2379cc64cb87c731a2bb99d9be4b97e0f95bc4
parentba9d374a7af506414607d09d5dbe633b22ebb730
bundles: Clean up bundle commit.

This fixes ofp_bundle_commit() in two ways:

- Always remove the bundle regardless of the error condition.
- A commit of an empty bundle must be successful.

The actual commit is still not supported.

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