From baf8ebaded1b03b129ad036342f3e4a0ecaa06f9 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 27 Jun 2013 16:09:03 -0700 Subject: [PATCH] ofproto-dpif: Remove old comment. Signed-off-by: Justin Pettit Acked-by: Ethan Jackson --- ofproto/ofproto-dpif-xlate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index dedd7236a..4ed3cdcfd 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -548,7 +548,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); -- 2.43.0