]> git.proxmox.com Git - ovs.git/commit
ofp-util: Issue error when OFPGC_DELETE command includes buckets.
authorBen Pfaff <blp@nicira.com>
Fri, 30 Jan 2015 22:20:52 +0000 (14:20 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 3 Feb 2015 23:25:10 +0000 (15:25 -0800)
commit08ba081054b668fa5d98ae8e03c8a783af871df8
tree97b21d03e5832485c9a4581b73cd31988ec46c68
parent5dc6f8e18ee0145d513517671a83c8afab674287
ofp-util: Issue error when OFPGC_DELETE command includes buckets.

An OFPGC_DELETE command deletes a whole group, including all of its
buckets, and so it doesn't make sense for the command itself to include any
specification of buckets.

ONF-JIRA: EXT-510
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c