ofproto: Fix accounting in facet_revalidate().
[openvswitch] / vswitchd / bridge.c
index 808fc586746b2fbb07f1c763f5a8eb4aaf02446e..9ddafe1ef634b6938ea294824d4ac04be42445c5 100644 (file)
@@ -1800,7 +1800,7 @@ bridge_reconfigure_remotes(struct bridge *br,
         action.output.len = htons(sizeof action);
         action.output.port = htons(OFPP_NORMAL);
         cls_rule_init_catchall(&rule, 0);
-        ofproto_add_flow(br->ofproto, &rule, &action, 1, 0);
+        ofproto_add_flow(br->ofproto, &rule, &action, 1);
     }
 }