X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fbridge.c;h=9ddafe1ef634b6938ea294824d4ac04be42445c5;hb=d530fcd2425c2443c1a1c093903b6932c4c5814c;hp=808fc586746b2fbb07f1c763f5a8eb4aaf02446e;hpb=cf3fad8a1b633c7c4231edda04b0e56e67df0d91;p=openvswitch diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 808fc586..9ddafe1e 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -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); } }