From 9650422c25410a8116e4d25d35dab19de71d54eb Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 21 Dec 2008 22:19:17 -0800 Subject: [PATCH] Remove misplaced comment. --- vswitchd/bridge.c | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.30.2