ofproto-dpif: Use execute_actions to execute controller actions
authorSimon Horman <horms@verge.net.au>
Wed, 5 Jun 2013 05:28:50 +0000 (14:28 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 5 Jun 2013 21:31:49 +0000 (14:31 -0700)
commit1ac7c9bdb2b6fdcbeb0728febdca820fdb447d2c
tree1e5ee181d7e7e6f86c81e3ccbf0918be2d42be0e
parent6c13071b37b1b4b8115d0b0fbe2058f8f76e016d
ofproto-dpif: Use execute_actions to execute controller actions

Now that execute_actions() is available it can be used as a generic
replacement for special-case action execution in
execute_controller_action().

As suggested by Jesse Gross.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/odp-execute.c
ofproto/ofproto-dpif.c