ofproto: Break out monitor deletion code
authorSimon Horman <horms@verge.net.au>
Mon, 16 Jun 2014 02:29:29 +0000 (11:29 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 24 Jun 2014 00:06:56 +0000 (17:06 -0700)
commit7b900689deb559599c535ef2c4cf72ff14bf54f9
treec1b47fe9ef783e5e90142cf8b493838096bb45ec
parentdf1a9a49387912670bc226851c35f666b9aa5383
ofproto: Break out monitor deletion code

Break out monitor deletion code into a new function
flow_monitor_delete which is paramatised over the id of
the monitor to delete.

This is in preparation for supporting OpenFlow1.4 flow monitor requests
with delete and modify commands.

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