ofproto-dpif: Remove old comment.
authorJustin Pettit <jpettit@nicira.com>
Thu, 27 Jun 2013 23:09:03 +0000 (16:09 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 28 Jun 2013 02:51:34 +0000 (19:51 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c

index 2f2b8e7..af689e8 100644 (file)
@@ -7769,7 +7769,6 @@ xlate_normal(struct xlate_ctx *ctx)
 
     ctx->xout->has_normal = true;
 
-    /* Check the dl_type, since we may check for gratuituous ARP. */
     memset(&wc->masks.dl_src, 0xff, sizeof wc->masks.dl_src);
     memset(&wc->masks.dl_dst, 0xff, sizeof wc->masks.dl_dst);
     wc->masks.vlan_tci |= htons(VLAN_VID_MASK | VLAN_CFI);