ofproto: Collect all rules for an OpenFlow request before acting on any.
[sliver-openvswitch.git] / ofproto / private.h
index 5b72169..337f842 100644 (file)
@@ -78,6 +78,7 @@ struct ofport {
  * should not modify them. */
 struct rule {
     struct ofproto *ofproto;     /* The ofproto that contains this rule. */
+    struct list ofproto_node;    /* Owned by ofproto base code. */
     struct cls_rule cr;          /* In owning ofproto's classifier. */
 
     ovs_be64 flow_cookie;        /* Controller-issued identifier. */