ofproto: Support port mods in bundles.
[cascardo/ovs.git] / ofproto / ofproto-provider.h
index 0d25f68..527823a 100644 (file)
@@ -93,8 +93,8 @@ struct ofproto {
     long long int eviction_group_timer; /* For rate limited reheapification. */
     struct oftable *tables;
     int n_tables;
-    cls_version_t tables_version;   /* Controls which rules are visible to
-                                     * table lookups. */
+    cls_version_t tables_version;  /* Controls which rules are visible to
+                                    * table lookups. */
 
     /* Rules indexed on their cookie values, in all flow tables. */
     struct hindex cookies OVS_GUARDED_BY(ofproto_mutex);