ofproto: Use ofproto_check_ofpacts() from modify_flows__().
authorBen Pfaff <blp@nicira.com>
Fri, 25 Oct 2013 21:00:43 +0000 (14:00 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 25 Oct 2013 21:00:43 +0000 (14:00 -0700)
commita72687af3a2ab1600ca9e87c00d4e7d138ecdc1a
tree382a6d4d867437bd59135f698e80eebe6c9bf03a
parent862d8eed48618b5bfd65e61613ff267a66caa980
ofproto: Use ofproto_check_ofpacts() from modify_flows__().

Until now this code has called ofpacts_check() directly, but that omits
the additional check that the ofproto_check_ofpacts() wrapper includes.

Reported-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto.c