secchan: Factor common code into rule_remove().
authorBen Pfaff <blp@nicira.com>
Wed, 29 Apr 2009 22:42:16 +0000 (15:42 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 May 2009 17:55:28 +0000 (10:55 -0700)
commitd0bc543fa58e322dfabc9ceb95f4b4adb3743453
treee435fce4029e0d7314ba5c498d15b09641a2c19c
parentaec649d86f9f3e484190bef435be492946a85291
secchan: Factor common code into rule_remove().

Several pieces of code were calling rule_uninstall(), classifier_remove(),
then rule_destroy() in sequence.  Factor this out into a helper function.
secchan/ofproto.c