Make ofproto manage the revalidation set, instead of vswitchd.
authorBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 00:16:22 +0000 (17:16 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 00:25:52 +0000 (17:25 -0700)
commit307dcb167c4fb880cbce08abdd230668ea096cda
treef8887c0d698aec422862a3cd88c8bad5aaf6be78
parent8f5e000c4fbd6678aa1c6e4f891344b64a32fc30
Make ofproto manage the revalidation set, instead of vswitchd.

In an upcoming change, ofproto will want to add revalidation entries of its
own, so it is better to have it manage a single revalidation set rather
than having two separate sets, one in ofproto and one in vswitchd.
secchan/ofproto.c
secchan/ofproto.h
vswitchd/bridge.c