ofproto: Propagate OpenFlow OFPT_FLOW_MOD errors to controller.
authorBen Pfaff <blp@nicira.com>
Mon, 26 Jul 2010 18:15:09 +0000 (11:15 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 20 Aug 2010 17:02:09 +0000 (10:02 -0700)
commit2e3a6ded2636b27c0d5affe3f83da08799791c1f
treea636d6642712b027ff3e5c9cfe6ed0f7f3ba8c57
parente640c1c497dca270356d1597fa0be12374721e1c
ofproto: Propagate OpenFlow OFPT_FLOW_MOD errors to controller.

Errors can occur during flow table modifications requested via OpenFlow
OFPT_FLOW_MOD commands, but ofproto was in most cases failing to report
these errors back to the controller using OpenFlow error codes.

Reported-by: Tom Everman <teverman@google.com>
ofproto/ofproto.c
ofproto/wdp.h