X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=a8fc28b657cf56c521756341190868ffdf9b9f98;hb=72fae175990e9a4732ba4d368946f3854e994075;hp=1fd7babdd9f51686f1ea4c07acabf7cec0a0108d;hpb=5ecc9d8156062191f0d53ba3dc2c5776c962b7c5;p=openvswitch diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 1fd7babd..a8fc28b6 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -3989,9 +3989,9 @@ modify_flows_loose(struct ofconn *ofconn, struct flow_mod *fm) } if (match) { - /* This credits the packet to whichever flow happened to happened to - * match last. That's weird. Maybe we should do a lookup for the - * flow that actually matches the packet? Who knows. */ + /* This credits the packet to whichever flow happened to match last. + * That's weird. Maybe we should do a lookup for the flow that + * actually matches the packet? Who knows. */ send_buffered_packet(ofconn, match, fm->buffer_id); return 0; } else {