From: Ben Pfaff Date: Mon, 22 Dec 2008 06:19:17 +0000 (-0800) Subject: Remove misplaced comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9650422c25410a8116e4d25d35dab19de71d54eb;p=openvswitch Remove misplaced comment. --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index e7571402..a244b097 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1003,8 +1003,6 @@ process_packet_in(struct bridge *br, void *opi_) /* Broadcast ARP replies are an exception to this rule: the host * has moved to another switch. */ if (!may_learn && is_bcast_arp_reply(&flow, &pkt)) { - /* OpenFlow can't tell ARP requests from replies so we can't - * set up a flow. Fortunately these packets should be rare. */ may_learn = true; } } else {