secchan: Properly maintain super-rule's list of subrules when revalidating.
authorBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 17:59:48 +0000 (10:59 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 17:59:48 +0000 (10:59 -0700)
commitc778f10362b68b8d878282c6f199f600f12613de
tree2d0a0b1fcfcbae3b6c3514bfb74ec113513bab91
parent16522475002a7953d8dbc410914320f23b47004f
secchan: Properly maintain super-rule's list of subrules when revalidating.

When we revalidated a subrule and found that it had a new super-rule,
we changed the subrule's pointer to its super-rule (rule->super), but
we failed to actually transfer it from the previous super-rule's list
of subrules to the new super-rule's list.  This fixes the problem.
secchan/ofproto.c