ofp-util: Ignore out_group in flow_mods for commands other than delete.
authorBen Pfaff <blp@nicira.com>
Fri, 6 Dec 2013 05:29:14 +0000 (21:29 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Jan 2014 17:53:38 +0000 (09:53 -0800)
commit1fe4c0a0ca8a04a0fd830fea4e565cc39a58e584
tree02c4a6bbce366fe35590b1c759900317d488f248
parent4ca828d713451307fea449be5111272f47c0c5a7
ofp-util: Ignore out_group in flow_mods for commands other than delete.

OpenFlow 1.1 through 1.4 say that the out_group in a flow_mod, for commands
other than OFPFC_DELETE or OFPFC_DELETE_STRICT, should be ignored.  OVS
actually reported an error.  This fixes the problem.

Reported-by: chen zhang <3zhangchen9211@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
lib/ofp-util.c