secchan: Factor common code into new function rule_update_actions().
authorBen Pfaff <blp@nicira.com>
Wed, 29 Apr 2009 22:43:24 +0000 (15:43 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 May 2009 17:55:29 +0000 (10:55 -0700)
commitb8482b928318d7054bbd2c28a71dd2daf35a0817
tree05dbff28b28f2aeec7eede489971bcaeee4b7211
parent3301e79cd308291f1bea4a9855d12192c1f55a50
secchan: Factor common code into new function rule_update_actions().

rule_update() was only called in two places, and each time it was done
in the same way, so factor this out into a single new function
rule_update_actions().
secchan/ofproto.c